Commit Graph

536 Commits (605ca4ba017455d39ac6991c58eb1e80fb8af48d)

Author SHA1 Message Date
Arnaldo Carvalho de Melo 605ca4ba01 perf symbols: Unexport kernel_map__functions 15 years ago
Arnaldo Carvalho de Melo b0da954a47 perf symbols: Split the dsos list into kernel and user parts 15 years ago
Arnaldo Carvalho de Melo 61f37a824d perf symbols: Rename kernel_mapto kernel_map[s]__functions 15 years ago
Arnaldo Carvalho de Melo 3f5ee186f6 perf symbols: Avoid annoying message about loading symbols 15 years ago
Tom Zanussi 0d0bea5ea4 perf tools: Add 'signed' flag setting back into trace-event-parse.c 15 years ago
Arnaldo Carvalho de Melo fcf1203a91 perf symbols: Rename find_symbol routines to find_function 15 years ago
Arnaldo Carvalho de Melo 727dad10c1 perf tools: Remove unused wrapper routines 15 years ago
Arnaldo Carvalho de Melo 364794845c perf tools: Introduce zalloc() for the common calloc(1, N) case 15 years ago
Arnaldo Carvalho de Melo b32d133aec perf symbols: Simplify symbol machinery setup 15 years ago
Arnaldo Carvalho de Melo 7cc017edb9 perf top: Always show the DSO column, even if its all the same 15 years ago
John Kacur e74328d3a1 perf tools: Use common process_event functions for annotate and report 15 years ago
John Kacur c9c7ccaf3a perf tools: Add perf.data to .gitignore 15 years ago
Li Zefan b23d5767a5 perf kmem: Add help file 15 years ago
Li Zefan 079d3f6531 perf kmem: Measure kmalloc/kfree CPU ping-pong call-sites 15 years ago
Li Zefan 7d0d39459d perf kmem: Collect cross node allocation statistics 15 years ago
Li Zefan 29b3e15289 perf kmem: Default to sort by fragmentation 15 years ago
Li Zefan 7707b6b6f8 perf kmem: Add new option to show raw ip 15 years ago
Paul Mackerras ee3d250446 perf tools: Fix compilation on powerpc 15 years ago
Arnaldo Carvalho de Melo 1b145ae580 perf kmem: Resolve symbols 15 years ago
Arnaldo Carvalho de Melo 2890284bcf perf tools: Move graph_line and graph_dotted_line from top 15 years ago
Arnaldo Carvalho de Melo cc612d8199 perf symbols: Look for vmlinux in more places 15 years ago
Frederic Weisbecker 1b290d670f perf tools: Add support for breakpoint events in perf tools 15 years ago
Simon Kaempflein bfd451184d perf record, x86: Print more intelligent error message when sampling fails 15 years ago
Michael S. Tsirkin 81516c5fc8 perf: Use default compiler mode by default 15 years ago
Arnaldo Carvalho de Melo 50e5095afa perf report: Do map lookups in resolve_callchain() 15 years ago
Arnaldo Carvalho de Melo 87f8ea4cd3 perf symbols: Show messages about module loading only if verbose >= 1 15 years ago
Michael S. Tsirkin b197c7ef71 perf tools: Suggest static libraries as well 15 years ago
Michael S. Tsirkin 7baed9af4b perf tools: Add V=2 option to help debug config issues 15 years ago
Pekka Enberg e57cfcdac6 perf symbols: Fix ELF header errors during "perf kmem record" 15 years ago
Pekka Enberg f3ced7cdb2 perf kmem: Add --sort hit and --sort frag 15 years ago
Hitoshi Mitake 12eac0bf04 perf bench: Make the mem/memcpy tests more user-friendly 15 years ago
Arnaldo Carvalho de Melo e25613683b perf trace: Read_tracing_data should die() another day 15 years ago
Arnaldo Carvalho de Melo c12e15e71d perf symbols: Old versions of elf.h don't have NT_GNU_BUILD_ID 15 years ago
Arnaldo Carvalho de Melo 90c83218c3 perf symbols: Fixup kernel_maps__fixup_end end map 15 years ago
Arnaldo Carvalho de Melo ef6ae72425 perf symbols: Change the kernel DSO name if it comes from kallsyms 15 years ago
Arnaldo Carvalho de Melo fbd733b815 perf symbols: Check vmlinux buildid 15 years ago
Arnaldo Carvalho de Melo c338aee853 perf symbols: Do lazy symtab loading for the kernel & modules too 15 years ago
Arnaldo Carvalho de Melo 78075caad9 perf symbols: Introduce dso__build_id_equal 15 years ago
Arnaldo Carvalho de Melo fd7a346ea2 perf symbols: Filename__read_build_id should look at .notes section too 15 years ago
Arnaldo Carvalho de Melo 6671cb1674 perf symbols: Remove unrelated actions from dso__load_kernel_sym 15 years ago
Li Zefan ba77c9e111 perf: Add 'perf kmem' tool 15 years ago
Arnaldo Carvalho de Melo 6b0cb5f9f7 perf tools: Don't die() in mmap_dispatch_perf_file 15 years ago
Arnaldo Carvalho de Melo d5eed904bb perf tools: Eliminate some more die() uses in library functions 15 years ago
Arnaldo Carvalho de Melo 4dc0a04bb1 perf tools: perf_header__read() shouldn't die() 15 years ago
Arnaldo Carvalho de Melo 2446042c93 perf symbols: Capture the running kernel buildid too 15 years ago
Arnaldo Carvalho de Melo f1617b4059 perf symbols: Record the build_ids of kernel modules too 15 years ago
Arnaldo Carvalho de Melo e30a3d12dd perf symbols: Kill struct build_id_list and die() another day 15 years ago
Arnaldo Carvalho de Melo d3379ab905 perf symbols: Fix comparision of build_ids 15 years ago
Hitoshi Mitake 827f3b4974 perf bench: Add memcpy() benchmark 15 years ago
Arnaldo Carvalho de Melo b269876c8d perf top: Don't allocate the source parsing members upfront 15 years ago