Commit Graph

929 Commits (2c46dbb517a10b18d459e6ceffefde5bfb290cf6)

Author SHA1 Message Date
Tom Zanussi 2c46dbb517 perf: Convert perf header attrs into attr events 15 years ago
Tom Zanussi c239da3b4b perf trace: Introduce special handling for pipe input 15 years ago
Tom Zanussi 46656ac7fb perf report: Introduce special handling for pipe input 15 years ago
Tom Zanussi 529870e374 perf record: Introduce special handling for pipe output 15 years ago
Tom Zanussi 8dc58101f2 perf: Add pipe-specific header read/write and event processing code 15 years ago
Ian Munsie c055564217 perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR() 15 years ago
Arnaldo Carvalho de Melo 53e5b5c215 perf tools: Fix perl support installation when O= is used 15 years ago
Arnaldo Carvalho de Melo e9e94e3bd8 perf trace: Ignore "overwrite" field if present in /events/header_page 15 years ago
Randy Dunlap 854c5548df perf: cleanup some Documentation 15 years ago
Randy Dunlap f0e9c4fcef perf bench: fix spello 15 years ago
Arnaldo Carvalho de Melo eed05fe70f perf tools: Reorganize some structs to save space 15 years ago
Arnaldo Carvalho de Melo c0ed55d2e4 perf TUI: Move "Yes" button to before "No" 15 years ago
Arnaldo Carvalho de Melo 6e7ab4c649 perf TUI: Show filters on the title and add help line about how to zoom out 15 years ago
Arnaldo Carvalho de Melo 8c40041f75 perf kmem: Fix breakage introduced by 5a0e3ad slab.h script 15 years ago
Hitoshi Mitake 8141d0050d perf: Swap inclusion order of util.h and string.h in util/string.c 15 years ago
Arnaldo Carvalho de Melo a5e29aca02 perf TUI: Add a "Zoom into COMM(PID) thread" and reverse operations 15 years ago
Arnaldo Carvalho de Melo 83753190c1 perf newt: Add a "Zoom into foo.so DSO" and reverse operations 15 years ago
Arnaldo Carvalho de Melo 533c46c31c perf newt: Pass the input_name to perf_session__browse_hists 15 years ago
Arnaldo Carvalho de Melo e65713ea1e perf newt: Move the hist browser population bits to separare function 15 years ago
Arnaldo Carvalho de Melo fb6b893180 perf newt: Remove useless column width calculation 15 years ago
Anton Blanchard 4af8b35db6 perf symbols: Fill in pgoff in mmap synthesized events 15 years ago
Arnaldo Carvalho de Melo e206d556c5 perf tools: Move the prototypes in util/string.h to util.h 15 years ago
Borislav Petkov b0f86f5a16 perf, probe-finder: Build fix on Debian 15 years ago
Tom Zanussi b1dcc03cb8 perf/scripts: Tuple was set from long in both branches in python_process_event() 15 years ago
Arnaldo Carvalho de Melo 2aefa4f733 perf tools: sort_dimension__add shouldn't die 15 years ago
Arnaldo Carvalho de Melo ad5b217b15 perf session: Remove one more exit() call from library code 15 years ago
Arnaldo Carvalho de Melo b9fb930477 perf hist: Only allocate callchain_node if processing callchains 15 years ago
Arnaldo Carvalho de Melo 71cf8b8ff7 perf kmem: Fixup the symbol address before using it 15 years ago
Arnaldo Carvalho de Melo e727ca73f8 perf kmem: Resolve kernel symbols again 15 years ago
Arnaldo Carvalho de Melo a4e3b956a8 perf hist: Replace ->print() routines by ->snprintf() equivalents 15 years ago
Arnaldo Carvalho de Melo 70162138c9 perf record: Add a fallback to the reference relocation symbol 15 years ago
Arnaldo Carvalho de Melo c29ede615f perf tools: Allow specifying O= to build files in a separate directory 15 years ago
Arnaldo Carvalho de Melo 8b2c551f96 perf tools: Use -o $(BITBUCKET) in one more case 15 years ago
Arnaldo Carvalho de Melo 5f4d3f8816 perf report: Add progress bars 15 years ago
Arnaldo Carvalho de Melo 7e5e1b1404 perf symbols: map_groups__find_symbol must return the map too 15 years ago
Arnaldo Carvalho de Melo c6e718ff8c perf symbols: Move more map_groups methods to map.c 15 years ago
Masami Hiramatsu 75ec5a245c perf probe: Fix to close dwarf when failing to analyze it 15 years ago
Masami Hiramatsu 12e5a7ae47 perf probe: Correct error message for non-structure type 15 years ago
Masami Hiramatsu c9e385826d perf probe: Fix not to return non-matched file 15 years ago
Masami Hiramatsu 085ea739ad perf probe: Fix --line syntax help and document 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Zhang, Yanmin 5a10317483 perf record: Zero out mmap_array to fix segfault 15 years ago
Arnaldo Carvalho de Melo 5aab621b7b perf symbols: Move hex2u64 and strxfrchar to symbol.c 15 years ago
Arnaldo Carvalho de Melo 618038df35 perf tools: Move __used from perf.h to linux/compiler.h 15 years ago
Arnaldo Carvalho de Melo 4b8cf84624 perf symbols: Move map related routines to map.c 15 years ago
Arnaldo Carvalho de Melo b177f63f52 perf symbols: Pass the mmap parameters instead of using mmap_event 15 years ago
Arnaldo Carvalho de Melo d5679ae4d2 perf report: Pass the DSO to 'perf annotate' 15 years ago
Arnaldo Carvalho de Melo b3c9ac0846 perf callchains: Store the map together with the symbol 15 years ago
Arnaldo Carvalho de Melo 59fd53062f perf tools: Introduce struct map_symbol 15 years ago
Arnaldo Carvalho de Melo ac73c5a9c1 perf annotate: Allow specifying DSOs where to look for symbol 15 years ago