Skip to content

Various scripts that give extra battery to linux perf tool

Notifications You must be signed in to change notification settings

jlafaye/perf-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

perf-scripts

Various scripts that give extra battery to linux perf tool

Requirements

  • pandas (any revision should work)

h5dump

Convert perf.data into a pandas HDFStore file (https://pandas.pydata.org/pandas-docs/stable/reference/io.html#hdfstore-pytables-hdf5)

Usage

Capture some events with perf

 perf record -a -e raw_syscalls:sys_enter

Convert perf.data into HDFStore file

perf script -s h5dump.py sys_enter.h5

Limitations

  • no support for bytearray & list types

About

Various scripts that give extra battery to linux perf tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages