Commit Graph

608 Commits (c8446b9bdabcb0caa61bb341bd73c58f7104b503)

Author SHA1 Message Date
Masami Hiramatsu 804b36068e perf probe: Use elfutils-libdw for analyzing debuginfo 15 years ago
Masami Hiramatsu 81cb8aa327 perf probe: Rename probe finder functions 15 years ago
Masami Hiramatsu 3cb8bc6ac9 perf probe: Fix bugs in line range finder 15 years ago
Arnaldo Carvalho de Melo 628ada0cb0 perf annotate: Defer allocating sym_priv->hist array 15 years ago
Arnaldo Carvalho de Melo 3846df2e0a perf symbols: Improve debugging information about symtab origins 15 years ago
Zhang, Yanmin 37fe5fcb7a perf symbols: Check the right return variable 15 years ago
Tom Zanussi 44ad9cd8f0 perf/scripts: Remove unnecessary PyTuple resizes 15 years ago
Tom Zanussi 7e4b21b84c perf/scripts: Add Python scripting engine 15 years ago
Tom Zanussi 82d156cd5e perf/scripts: Move Perl scripting files to scripting-engines dir 15 years ago
Tom Zanussi 7397d80ddd perf/scripts: Move common code out of Perl-specific files 15 years ago
Masami Hiramatsu 388c3aab5d perf probe: Init struct probe_point and set counter correctly 15 years ago
Arnaldo Carvalho de Melo faa5c5c36e perf tools: Don't use parent comm if not set at fork time 15 years ago
Arnaldo Carvalho de Melo 10fe12ef63 perf symbols: Fix up map end too on modular kernels with no modules installed 15 years ago
Daniel Mack 3ad2f3fbb9 tree-wide: Assorted spelling fixes 15 years ago
Anton Blanchard 7fbfc683f1 perf: Fix hypervisor sample reporting 15 years ago
Kirill Smelkov ee11b90b12 perf top: Fix annotate for userspace 15 years ago
Ingo Molnar 2161db9693 perf tools: Fix session init on non-modular kernels 15 years ago
Xiao Guangrong f887f3019e perf tools: Clean up O_LARGEFILE et al usage 15 years ago
Kirill Smelkov 7a2b620986 perf annotate: Fix it for non-prelinked *.so 15 years ago
Arnaldo Carvalho de Melo 29a9f66d70 perf tools: Adjust some verbosity levels 15 years ago
Arnaldo Carvalho de Melo 6122e4e4f5 perf record: Stop intercepting events, use postprocessing to get build-ids 15 years ago
Arnaldo Carvalho de Melo 7b2567c1f5 perf build-id: Move the routine to find DSOs with hits to the lib 15 years ago
Arnaldo Carvalho de Melo 8d92c02ab0 perf symbols: Ditch vdso global variable 15 years ago
Arnaldo Carvalho de Melo 6275ce2d5f perf symbols: Fixup vsyscall maps 15 years ago
Arnaldo Carvalho de Melo 9de89fe7c5 perf symbols: Remove perf_session usage in symbols layer 15 years ago
Xiao Guangrong b8f46c5a34 perf tools: Use O_LARGEFILE to open perf data file 15 years ago
Hitoshi Mitake 18e97e06b5 perf: Add util/include/linuxhash.h to include hash.h of kernel 15 years ago
Hitoshi Mitake 86d8d29634 perf tools: Add __data_loc support 15 years ago
Arnaldo Carvalho de Melo 64abebf731 perf session: Create kernel maps in the constructor 15 years ago
Arnaldo Carvalho de Melo fd1d908c54 perf symbols: Split helpers used when creating kernel dso object 15 years ago
Arnaldo Carvalho de Melo a19afe4641 perf symbols: Factor out dso__load_vmlinux_path() 15 years ago
Arnaldo Carvalho de Melo 19fc2dedff perf symbols: Use the right variable to check for kallsyms in the cache 15 years ago
Arnaldo Carvalho de Melo e1c7c6a40c perf symbols: Fix inverted logic for showing kallsyms as the source of symbols 15 years ago
Arnaldo Carvalho de Melo ef12a14130 perf buildid-cache: Add new command to manage build-id cache 15 years ago
Arnaldo Carvalho de Melo dc8d6ab2b6 perf symbols: Use only --vmlinux if specified 15 years ago
Arnaldo Carvalho de Melo f162f87ad6 perf symbols: Set dso->kernel when handling the fake vmlinux MMAP event 15 years ago
Frederic Weisbecker 69e3f52d1b perf: Fix implicit declaration of getline in util.c 15 years ago
Arnaldo Carvalho de Melo 881516eb82 perf symbols: Accept an alias when looking for "_text" 15 years ago
Arnaldo Carvalho de Melo 460848fcef perf symbols: The synthesized kernel modules MMAP must use the pathnames 15 years ago
Arnaldo Carvalho de Melo 88d3d9b7c8 perf buildid-list: Introduce --with-hits option 15 years ago
Arnaldo Carvalho de Melo 59ee68ecd1 perf symbols: Create thread__find_addr_map from thread__find_addr_location 15 years ago
Arnaldo Carvalho de Melo 18c3daa496 perf record: Encode the domain while synthesizing MMAP events 15 years ago
Arnaldo Carvalho de Melo cf4e5b0838 perf symbols: Use dso->long_name in dsos__find() 15 years ago
Arnaldo Carvalho de Melo 9e201442de perf symbols: Cache /proc/kallsyms files by build-id 15 years ago
Arnaldo Carvalho de Melo 8d0591f6ad perf symbols: Don't try to load kallsyms if doesn't match the record build-id 15 years ago
Arnaldo Carvalho de Melo 1b75962e92 perf tools: Convert getpagesize() uses to sysconf(_SC_GETPAGESIZE) 15 years ago
Arnaldo Carvalho de Melo ba21594cdd perf tools: Cross platform perf.data analysis support 15 years ago
Arnaldo Carvalho de Melo 0d755034db perf tools: Don't cast RIP to pointers 15 years ago
Arnaldo Carvalho de Melo b7cece7678 perf tools: Encode kernel module mappings in perf.data 15 years ago
Arnaldo Carvalho de Melo cf5531148f perf tools: Create typedef for common event synthesizing callback 15 years ago