Commit Graph

888 Commits (c6e718ff8cdcf5e7855077687720b37c4a07650a)

Author SHA1 Message Date
Arnaldo Carvalho de Melo c6e718ff8c perf symbols: Move more map_groups methods to map.c 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
Arnaldo Carvalho de Melo 00909e9551 perf top: Add missing initialization to zero 15 years ago
Masami Hiramatsu d0cb4260f8 perf probe: Use original address instead of CU-based address 15 years ago
Masami Hiramatsu 67c7ff7c56 perf probe: Fix offset to allow signed value 15 years ago
Arnaldo Carvalho de Melo b63be8d7be perf top: Improve the autosizing of column lenghts 15 years ago
Arnaldo Carvalho de Melo d06d92b7c9 perf annotate: Properly notify the user that vmlinux is missing 15 years ago
Arnaldo Carvalho de Melo b0a9ab62ab perf top: Properly notify the user that vmlinux is missing 15 years ago
Eric B Munson bedbfdea31 perf record: Enable the enable_on_exec flag if record forks the target 15 years ago
Masami Hiramatsu fc6ceea045 perf probe: Fix need_dwarf flag if lazy matching is used 15 years ago
Masami Hiramatsu 594087a04e perf probe: Fix probe_point buffer overrun 15 years ago
Arnaldo Carvalho de Melo 567e54790e perf tools: Fix non-newt build 15 years ago
Arnaldo Carvalho de Melo 3997d3776a perf hist: Don't fprintf the callgraph unconditionally 15 years ago
Arnaldo Carvalho de Melo cb7afb7092 perf newt: Use newtGetScreenSize 15 years ago
Arnaldo Carvalho de Melo 7081e087b9 perf newt: Add 'Q', 'q' and Ctrl+C as ways to exit from forms 15 years ago
Arnaldo Carvalho de Melo f9224c5c94 perf report: Implement initial UI using newt 15 years ago
Arnaldo Carvalho de Melo dd2ee78dd8 perf tools: Add missing bytes printed in hist_entry__fprintf 15 years ago