Skip to content

Commit

Permalink
added DNAME_INLINE_LEN to be 32 as per filetop (iovisor#2236)
Browse files Browse the repository at this point in the history
added DNAME_INLINE_LEN to be 32 as per filetop
  • Loading branch information
mcaleavya authored and yonghong-song committed Feb 27, 2019
1 parent 2ebdf16 commit 4f690c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fileslower.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
"BYTES", "LAT(ms)", "FILENAME"))

start_ts = time.time()

DNAME_INLINE_LEN = 32
def print_event(cpu, data, size):
event = b["events"].event(data)

Expand Down

0 comments on commit 4f690c2

Please sign in to comment.