Commit Graph

179299 Commits (339ce1a4dc2ca26444c4f65c31b71a5056f3bb0b)
 

Author SHA1 Message Date
Anton Blanchard 339ce1a4dc perf: Fix inconsistency between IP and callchain sampling 15 years ago
Hitoshi Mitake 408f0d18ba perf trace: Add -i option for choosing input file 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 0f35cd4cea perf top: Handle PERF_RECORD_{FORK,EXIT} events 15 years ago
Arnaldo Carvalho de Melo 24bfef0f92 perf top: Fix sample counting 15 years ago
Peter Zijlstra abd5071394 perf: Reimplement frequency driven sampling 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
Arnaldo Carvalho de Melo d5526d8cb8 perf archive: Fix installation steps in the Makefile 15 years ago
Arnaldo Carvalho de Melo e8d433f335 perf archive: Add documentation 15 years ago
Motohiro KOSAKI df3ab708b7 kprobetrace, doc: Add the explanation to remove probe points 15 years ago
Motohiro KOSAKI 580d9e00fd kprobetrace, doc: Shell needs single quote to use $ character 15 years ago
Ingo Molnar f426a7e029 Merge branch 'perf/scheduling' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core 15 years ago
Frederic Weisbecker 329c0e012b perf: Better order flexible and pinned scheduling 15 years ago
Frederic Weisbecker 7defb0f879 perf: Don't schedule out/in pinned events on task tick 15 years ago
Frederic Weisbecker 5b0311e1f2 perf: Allow pinned and flexible groups to be scheduled separately 15 years ago
Frederic Weisbecker 42cce92f4d perf: Make __perf_event_sched_out static 15 years ago
Masami Hiramatsu 231e36f4d2 tracing/kprobe: Update kprobe tracing self test for new syntax 15 years ago
Hitoshi Mitake 0eda7385db perf probe: Fix build error of builtin-probe.c 15 years ago
Frederic Weisbecker 69e3f52d1b perf: Fix implicit declaration of getline in util.c 15 years ago
Frederic Weisbecker d6f962b57b perf: Export software-only event group characteristic as a flag 15 years ago
Frederic Weisbecker e286417378 perf: Round robin flexible groups of events using list_rotate_left() 15 years ago
Frederic Weisbecker 5908cdc85e list: Introduce list_rotate_left() 15 years ago
Frederic Weisbecker 889ff01506 perf/core: Split context's event group list into pinned and non-pinned lists 15 years ago
Arnaldo Carvalho de Melo 881516eb82 perf symbols: Accept an alias when looking for "_text" 15 years ago
Arnaldo Carvalho de Melo f5a2c3dce0 perf record: Intercept all events 15 years ago
Arnaldo Carvalho de Melo 2c5851747b perf archive: Add helper script to package files needed to do analysis 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
Kirill Smelkov 66aeb6d5cb perf top: Fix code typo in prompt_symbol() 15 years ago
Kirill Smelkov 0895cf0a82 perf: Fix few typos + cosmetics 15 years ago
Arnaldo Carvalho de Melo b7cece7678 perf tools: Encode kernel module mappings in perf.data 15 years ago
Wenji Huang ff314d3903 perf: Make cmd_to_page() function more compact 15 years ago
Jamie Iles 8381f65d09 sched/perf: Make sure irqs are disabled for perf_event_task_sched_in() 15 years ago
Arnaldo Carvalho de Melo cf5531148f perf tools: Create typedef for common event synthesizing callback 15 years ago
Arnaldo Carvalho de Melo a89e5abe3e perf symbols: Record the domain of DSOs in HEADER_BUILD_ID header table 15 years ago
Arnaldo Carvalho de Melo fed5af61dc perf buildid-list: No need to process the header sections again 15 years ago
Alexander Beregalov 8d9e503928 perf: Fix memory leak: counterwidth 15 years ago
Masami Hiramatsu 631c9def80 perf probe: Support --line option to show probable source-code lines 15 years ago
Masami Hiramatsu 6964cd2c8e perf tools: Enhance glob string matching 15 years ago