Commit Graph

1122 Commits (8b94025c00f9171b41ba9c1696943f5c935b62ef)

Author SHA1 Message Date
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
Arnaldo Carvalho de Melo 96415e4d3f perf symbols: Avoid unnecessary symbol loading when dso list is specified 15 years ago
Arnaldo Carvalho de Melo 53c5401957 perf report: Add a popup menu to ask what operation is to be performed 15 years ago
Arnaldo Carvalho de Melo 88978e5623 perf archive: Explain how to use the generated tarball 15 years ago
Arnaldo Carvalho de Melo 4ded2b250f perf report: Implement Newt callgraphs 15 years ago
Arnaldo Carvalho de Melo 478b0973bf perf tools: Exit browser before printing usage when unkown option passed 15 years ago
Arnaldo Carvalho de Melo 084ab9f862 perf stat: Better report failure to collect system wide stats 15 years ago
Masami Hiramatsu ca721e45b3 perf probe: Add NO_DWARF make option 15 years ago
Masami Hiramatsu 4b4da7f766 perf probe: Cleanup debuginfo related code 15 years ago
Arnaldo Carvalho de Melo f3a1f0ea94 perf newt: Properly restore the screen when error exiting 15 years ago
Frederic Weisbecker 301fde27c7 perf: Fix orphan callchain branches 15 years ago
Ingo Molnar 55632770d7 perf events: Fix false positive build warning with older GCC's 15 years ago
Zhang, Yanmin d6d901c23a perf events: Change perf parameter --pid to process-wide collection instead of thread-wide 15 years ago
Zhang, Yanmin 46be604b5b perf record: Enable counters only when kernel is execing subcommand 15 years ago
Zhang, Yanmin 6be2850eff perf stat: Enable counters when collecting process-wide or system-wide data 15 years ago
Ingo Molnar 3b0d516463 perf probe: Fix !dwarf build 15 years ago
Masami Hiramatsu 7df2f32956 perf probe: Add data structure member access support 15 years ago
Masami Hiramatsu fb1587d869 perf probe: List probes with line number and file name 15 years ago
Masami Hiramatsu 4235b0454e perf probe: Introduce kprobe_trace_event and perf_probe_event 15 years ago
Masami Hiramatsu f4d7da499e perf probe: Add --dry-run option 15 years ago
Masami Hiramatsu 016f262e4f perf probe: Introduce die_find_child() function 15 years ago
Masami Hiramatsu 95a3e4c4e2 perf probe: Rename some die_get_* functions 15 years ago
Masami Hiramatsu 12a1fadb41 perf probe: Rename session to param 15 years ago
Masami Hiramatsu e0faa8d358 perf probe: Move add-probe routine to util/ 15 years ago
Masami Hiramatsu 31facc5f1a perf probe: Use wrapper functions 15 years ago
Masami Hiramatsu a1d37d5285 perf tools: Introduce xzalloc() for detecting out of memory conditions 15 years ago