- 05b5a9d perf tools: Apply correct label to user/kernel symbols in branch mode by German Gomez · 3 years ago
- 9d5f0c3 perf machine: Use path__join() to compose a path instead of snprintf(dir, '/', filename) by Arnaldo Carvalho de Melo · 3 years ago
- b9f6fbb perf arm64: Inject missing frames when using 'perf record --call-graph=fp' by Alexandre Truong · 3 years ago
- 32bfa5b perf machine: Add a mechanism to inject stack frames by Alexandre Truong · 3 years ago
- 6175047 perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID by Adrian Hunter · 3 years, 4 months ago
- 57f0ff0 perf machine: Initialize srcline string member in add_location struct by Michael Petlan · 3 years, 5 months ago
- c087e94 perf machine: Fix refcount usage when processing PERF_RECORD_KSYMBOL by Riccardo Mancini · 3 years, 7 months ago
- 4d39c89 perf tools: Fix various typos in comments by Ingo Molnar · 3 years, 9 months ago
- 83ff0f9 perf machine: Assign boolean values to a bool variable by Jiapeng Chong · 3 years, 10 months ago
- 3035cb6 perf machine: Factor out machine__idle_thread() by Adrian Hunter · 3 years, 10 months ago
- fcda5ff perf machine: Factor out machines__find_guest() by Adrian Hunter · 3 years, 10 months ago
- cd07e536 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 4 years ago
- 5501e92 perf intel-pt: Fix 'CPU too large' error by Adrian Hunter · 4 years ago
- 1ca6e80 perf tools: Store build id when available in PERF_RECORD_MMAP2 metadata events by Jiri Olsa · 4 years ago
- a50d03e perf sort: Add sort option for data page size by Kan Liang · 4 years ago
- 031f112 perf tools: Use struct extra_kernel_map in machine__process_kernel_mmap_event by Jiri Olsa · 4 years, 1 month ago
- ab8bf5f perf tools: Fix crash with non-jited bpf progs by Tommi Rantala · 4 years, 2 months ago
- c57f5ea perf machine: Add machine__for_each_dso() function by Jiri Olsa · 4 years, 3 months ago
- 830fadf perf tools: Add bpf image check to __map__is_kmodule by Jiri Olsa · 4 years, 4 months ago
- 1c695c8 perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type' by Jiri Olsa · 4 years, 5 months ago
- 7eeb985 perf script: Show text poke address symbol by Adrian Hunter · 4 years, 8 months ago
- 789e241 perf tools: Add support for PERF_RECORD_KSYMBOL_TYPE_OOL by Adrian Hunter · 4 years, 8 months ago
- 246eba8 perf tools: Add support for PERF_RECORD_TEXT_POKE by Adrian Hunter · 4 years, 8 months ago
- e12a89e perf tools: Fix is_bpf_image function logic by Jiri Olsa · 4 years, 8 months ago
- 6e6d1d6 perf evsel: Rename perf_evsel__env() to evsel__env() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- 4f138a9 perf evsel: Rename perf_evsel__has*() to evsel__has*() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- ff16562 perf callchain: Stitch LBR call stack by Kan Liang · 4 years, 9 months ago
- 7f1d393 perf callchain: Save previous cursor nodes for LBR stitching approach by Kan Liang · 4 years, 9 months ago
- 9c6c3f4 perf thread: Save previous sample for LBR stitching approach by Kan Liang · 4 years, 9 months ago
- e2b23483 perf machine: Factor out lbr_callchain_add_lbr_ip() by Kan Liang · 4 years, 9 months ago
- dd3e249 perf machine: Factor out lbr_callchain_add_kernel_ip() by Kan Liang · 4 years, 9 months ago
- e48b831 perf machine: Refine the function for LBR call stack reconstruction by Kan Liang · 4 years, 9 months ago
- f860326 perf machine: Remove the indent in resolve_lbr_callchain_sample by Kan Liang · 4 years, 9 months ago
- 3c29d44 perf annotate: Add basic support for bpf_image by Jiri Olsa · 4 years, 10 months ago
- 7eddf7e perf machine: Set ksymbol dso as loaded on arrival by Jiri Olsa · 4 years, 10 months ago
- d1277aa perf cgroup: Maintain cgroup hierarchy by Namhyung Kim · 4 years, 9 months ago
- ba78c1c perf tools: Basic support for CGROUP event by Namhyung Kim · 4 years, 9 months ago
- 42bbabe perf tools: Add hw_idx in struct branch_stack by Kan Liang · 4 years, 10 months ago
- 484214f perf maps: Move kmap::kmaps setup to maps__insert() by Jiri Olsa · 4 years, 11 months ago
- 4a4eb61 perf maps: Mark ksymbol DSOs with kernel type by Jiri Olsa · 4 years, 11 months ago
- 02213ce perf maps: Mark module DSOs with kernel type by Jiri Olsa · 4 years, 11 months ago
- 77b91c1 perf machine: Fill map_symbol->maps in append_inlines() to fix segfault by Arnaldo Carvalho de Melo · 5 years ago
- 9a29cee perf maps: Rename 'mg' variables to 'maps' by Arnaldo Carvalho de Melo · 5 years ago
- f2eaea0 perf map_symbol: Rename ms->mg to ms->maps by Arnaldo Carvalho de Melo · 5 years ago
- 694520d perf addr_location: Rename al->mg to al->maps by Arnaldo Carvalho de Melo · 5 years ago
- fe87797d perf thread: Rename thread->mg to thread->maps by Arnaldo Carvalho de Melo · 5 years ago
- 79b6bb7 perf maps: Merge 'struct maps' with 'struct map_groups' by Arnaldo Carvalho de Melo · 5 years ago
- 0e3149f perf dso: Move dso_id from 'struct map' to 'struct dso' by Arnaldo Carvalho de Melo · 5 years ago
- 4a7380a perf map: Pass a dso_id to map__new() by Arnaldo Carvalho de Melo · 5 years ago
- aceb982 perf callchain: Fix segfault in thread__resolve_callchain_sample() by Adrian Hunter · 5 years ago
- a94ab91 perf machine: No need to check if kernel module maps pre-exist by Arnaldo Carvalho de Melo · 5 years ago
- f068435 perf map: No need to adjust the long name of modules by Arnaldo Carvalho de Melo · 5 years ago
- 08f6680 perf tools: Add a 'struct map_groups' pointer to 'struct map_symbol' by Arnaldo Carvalho de Melo · 5 years ago
- d46a4cd pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol' by Arnaldo Carvalho de Melo · 5 years ago
- 5f0fef8 perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node' by Arnaldo Carvalho de Melo · 5 years ago
- c152973 perf unwind: Use 'struct map_symbol' in 'struct unwind_entry' by Arnaldo Carvalho de Melo · 5 years ago
- 93730f8 perf machine: Add kernel_dso() method by Arnaldo Carvalho de Melo · 5 years ago
- 8efc4f0 perf maps: Add for_each_entry()/_safe() iterators by Arnaldo Carvalho de Melo · 5 years ago
- 20f2be1 libperf: Move 'page_size' global variable to libperf by Jiri Olsa · 5 years ago
- 055c67e perf tools: Move event synthesizing routines to separate .c file by Arnaldo Carvalho de Melo · 5 years ago
- ea49e01 perf tools: Move event synthesizing routines to separate header by Arnaldo Carvalho de Melo · 5 years ago
- d3300a3 perf symbols: Move mem_info and branch_info out of symbol.h by Arnaldo Carvalho de Melo · 5 years ago
- f2a39fe perf auxtrace: Uninline functions that touch perf_session by Arnaldo Carvalho de Melo · 5 years ago
- 4a3cec8 perf dsos: Move the dsos struct and its methods to separate source files by Arnaldo Carvalho de Melo · 5 years ago
- 8520a98 perf debug: Remove needless include directives from debug.h by Arnaldo Carvalho de Melo · 5 years ago
- 8c72746 perf machine: Replace MAX_NR_CPUS with perf_env::nr_cpus_online by Kyle Meyer · 5 years ago
- 3f604b5 perf tool: Rename perf_tool::bpf_event to bpf by Arnaldo Carvalho de Melo · 5 years ago
- ebdba16 perf tools: Rename perf_event::ksymbol_event to perf_event::ksymbol by Arnaldo Carvalho de Melo · 5 years ago
- a2e254d libperf: Add PERF_RECORD_LOST_SAMPLES 'struct lost_samples_event' to perf/event.h by Jiri Olsa · 5 years ago
- 5290ed6 libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.h by Jiri Olsa · 5 years ago
- 97b9d86 perf srcline: Add missing srcline.h header to files needing its defs by Arnaldo Carvalho de Melo · 5 years ago
- aeb00b1 perf record: Move record_opts and other record decls out of perf.h by Arnaldo Carvalho de Melo · 5 years ago
- 272172b Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 5 years ago
- 12a6d29 perf record: Fix module size on s390 by Thomas Richter · 5 years ago
- 1fc632c libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel by Jiri Olsa · 5 years ago
- 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
- 9749b90 perf tools: Rename struct thread_map to struct perf_thread_map by Jiri Olsa · 5 years ago
- d8f9da2 perf tools: Use zfree() where applicable by Arnaldo Carvalho de Melo · 5 years ago
- 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 5 years ago
- e3b22a6 Merge remote-tracking branch 'tip/perf/core' into perf/urgent by Arnaldo Carvalho de Melo · 5 years ago
- 4c00af0 perf thread: Allow references to thread objects after machine__exit() by Arnaldo Carvalho de Melo · 5 years ago
- 3052ba5 tools perf: Move from sane_ctype.h obtained from git to the Linux's original by Arnaldo Carvalho de Melo · 6 years ago
- 1b2fc35 perf tools: Add missing util.h to pick up 'page_size' variable by Arnaldo Carvalho de Melo · 6 years ago
- 34b65af perf machine: Return NULL instead of null-terminating /proc/version array by Donald Yandt · 6 years ago
- 8529f2e perf machine: Keep zero in pgoff BPF map by Jiri Olsa · 6 years ago
- ed9adb2 perf machine: Read also the end of the kernel by Jiri Olsa · 6 years ago
- 30ba5b0 perf machine: Null-terminate version char array upon fgets(/proc/version) error by Donald Yandt · 6 years ago
- 977c7a6 perf machine: Update kernel map address and re-order properly by Wei Li · 6 years ago
- daecf9e perf tools: Add missing include for symbols.h by Arnaldo Carvalho de Melo · 6 years ago
- f3acb3a perf machine: Use cached rbtrees by Davidlohr Bueso · 6 years ago
- 45178a9 perf tools: Handle PERF_RECORD_BPF_EVENT by Song Liu · 6 years ago
- 9aa0bfa perf tools: Handle PERF_RECORD_KSYMBOL by Song Liu · 6 years ago
- a3366db0 perf report: Fix wrong iteration count in --branch-history by Jin Yao · 6 years ago
- 3fcb10e perf tools: Allow specifying proc-map-timeout in config file by Mark Drayton · 6 years ago
- adba163 perf tools: Fix diverse comment typos by Ingo Molnar · 6 years ago
- 8e80ad9 perf thread: Add fallback functions for cases where cpumode is insufficient by Adrian Hunter · 6 years ago
- 4f8f382 perf tools: Don't clone maps from parent when synthesizing forks by David Miller · 6 years ago
- e9024d5 perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc} by David S. Miller · 6 years ago
- 7a8a8fc perf record: Use unmapped IP for inline callchain cursors by Milian Wolff · 6 years ago
- ff4ce28 perf report: Don't try to map ip to invalid map by Milian Wolff · 6 years ago