aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-10-12Tools fixes (#2009)jeromemarchand2-6/+8
2018-10-11fix killsnoop.py srr/bytes type error (#2007)yonghong-song1-1/+1
2018-10-10utools Tcl support (#2005)Marko Myllynen19-33/+83
2018-10-09Bytes/string encoding (#2004)jeromemarchand39-84/+100
2018-10-05uflow: drop unused timestamp fieldMarko Myllynen1-3/+0
2018-10-05uflow: convert bytes to strMarko Myllynen1-1/+3
2018-09-26tools: continue adding --ebpf support (#1986)Marko Myllynen8-84/+102
2018-09-21Remove unused ts field in val_t in opensnoop.py. (#1981)bolinfest1-2/+0
2018-09-19biolatency: Fix --disks bpf_probe_read() (#1980)Mark Drayton1-2/+3
2018-09-19support "long" and "unsigned long" type in trace.py (#1977)yonghong-song1-6/+10
2018-09-17fix a trace.py problem (#1973)yonghong-song1-2/+3
2018-09-11tcp tools: finalize data type conversion (#1961)Marko Myllynen8-31/+31
2018-09-10tcpretrans: use user-space PID displayed to the userMarko Myllynen1-1/+1
2018-09-04Add Perl support for ucalls / uflow / ustat (#1959)Marko Myllynen12-43/+71
2018-09-02tools: Skip backward time entries v2 (#1958)olsajiri2-3/+16
2018-08-31Update wakeuptime.py (#1957)Pascal Loth1-1/+1
2018-08-28Update oomkill.py (#1945)Smita Koralahalli Channabasappa2-3/+83
2018-08-21[tools/argdist.py] Fix a wrong place of help info (#1939)muahao1-1/+1
2018-08-16Switch IPv4 saddr/daddr to u32's within tools/tcpstates.py (#1862)Joe Yin6-68/+77
2018-08-15[tools/syscount.py]: fix total_ns wrong count (#1931)muahao1-1/+1
2018-08-09Merge pull request #1918 from jeromemarchand/llcstatTeng Qin1-6/+10
2018-08-08python3 fixes and testing support (#1916)Brenden Blanco1-0/+2
2018-08-07llcstat: print a nicer error message when hardware events are missingJerome Marchand1-6/+10
2018-08-03sslsniff: add NSS support (#1908)jeromemarchand2-9/+28
2018-07-31Update scripts to use `increment` (#1905)Javier Honduvilla Coto14-59/+29
2018-07-27[trace.py]: allow to use STRCMP helper with binary values (#1900)Nikita V. Shirokov2-3/+23
2018-07-23Fedora 28 support (#1820)Brenden Blanco3-9/+11
2018-07-19ucalls: use replace error handler (#1888)jeromemarchand1-4/+6
2018-07-19[profile.py]: adding support to collect profile only from specified CPU (#1891)Nikita V. Shirokov2-1/+41
2018-07-16Merge pull request #1885 from calavera/execsnoop_real_parentBrendan Gregg1-4/+25
2018-07-16Merge pull request #1873 from andihit/tcptop-improvementsBrendan Gregg1-39/+50
2018-07-14tcptop: fix display of received bytes, reduce syscalls (fixes #1871)Andreas Gerstmayr1-39/+50
2018-07-13Add inline comment about issue in 4.13 kernels.David Calavera1-1/+7
2018-07-12Update get_ppid comment.David Calavera1-2/+3
2018-07-12Try to get parent PID from current task's real parent.David Calavera1-1/+15
2018-07-09Merge pull request #1879 from bobrik/llcstat-see-also4ast1-0/+2
2018-07-09Merge pull request #1850 from pchaigno/array-access-to-probe-reads4ast1-2/+1
2018-07-08Mention perf as universal counting tool in llcstatIvan Babrou1-0/+2
2018-07-01tools: remove unnecessary calls to bpf_probe_readPaul Chaignon4-27/+13
2018-06-28tcpdrop: remove unnecessary bpf_probe_read callsPaul Chaignon1-2/+1
2018-06-27 Switch saddr/daddr to u32's within tools/tcpconnlat.py (#1859)Joe Yin1-13/+13
2018-06-26Modify tools/ext4dist.py for 4.10+ (#1855)Joe Yin1-1/+10
2018-06-25Decode C strings into Python strings (#1847)Jürgen Hötzel1-3/+3
2018-06-22fix verbose output of tools/argdist.py (#1846)yonghong-song1-2/+2
2018-06-21Decode C strings into Python strings (#1844)Jürgen Hötzel1-4/+4
2018-06-20#1838 (#1842)Joe Yin1-4/+52
2018-06-19criticalstat: Fix check for invalid stacks (#1839)Joel1-1/+1
2018-06-18bcc: criticalstat: Add an atomic critical section tracer (#1801)Joel2-0/+470
2018-06-18Patch for tools/tcpaccept.py (#1834)Joe Yin1-1/+31
2018-06-14Recognize context member dereferences despite array accesses (#1828)Paul Chaignon2-21/+11