| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-25 | perf machine: Explicitly pass in host perf_env | Ian Rogers | 1 | -3/+3 |
| 2025-05-28 | perf machine: Factor creating a "live" machine out of dwarf-unwind | Ian Rogers | 1 | -0/+1 |
| 2025-02-17 | perf report: Add machine parallelism | Dmitry Vyukov | 1 | -0/+6 |
| 2025-02-10 | perf tools: Deadcode removal | Dr. David Alan Gilbert | 1 | -2/+0 |
| 2024-09-10 | perf callchain: Allow symbols to be optional when resolving a callchain | Ian Rogers | 1 | -7/+26 |
| 2024-08-19 | perf dso: Constify dso_id | Ian Rogers | 1 | -1/+2 |
| 2024-04-12 | perf dsos: Attempt to better abstract DSOs internals | Ian Rogers | 1 | -0/+2 |
| 2024-03-21 | perf lock contention: Trim backtrace by skipping traceiter functions | Anne Macedo | 1 | -1/+1 |
| 2024-03-03 | perf threads: Move threads to its own files | Ian Rogers | 1 | -25/+1 |
| 2024-03-03 | perf machine: Move machine's threads into its own abstraction | Ian Rogers | 1 | -9/+17 |
| 2024-03-03 | perf report: Sort child tasks by tid | Ian Rogers | 1 | -0/+10 |
| 2023-10-25 | perf threads: Remove unused dead thread list | Ian Rogers | 1 | -1/+0 |
| 2022-12-14 | machine: Adopt is_lock_function() from builtin-lock.c | Arnaldo Carvalho de Melo | 1 | -0/+5 |
| 2022-10-31 | perf machine: Move machine__resolve() from event.h | Arnaldo Carvalho de Melo | 1 | -0/+3 |
| 2022-07-20 | perf machine: Use realloc_array_as_needed() in machine__set_current_tid() | Adrian Hunter | 1 | -0/+1 |
| 2022-07-20 | perf tools: Automatically use guest kcore_dir if present | Adrian Hunter | 1 | -0/+1 |
| 2022-07-18 | perf buildid-list: Add a "-m" option to show kernel and modules build-ids | Blake Jones | 1 | -0/+5 |
| 2022-05-23 | perf tools: Add guest_code support | Adrian Hunter | 1 | -0/+2 |
| 2022-05-23 | perf tools: Add machine to machines back pointer | Adrian Hunter | 1 | -0/+2 |
| 2022-05-13 | perf tools: Remove unused machines__find_host() | Adrian Hunter | 1 | -1/+0 |
| 2022-02-14 | perf maps: Use a pointer for kmaps | Ian Rogers | 1 | -4/+4 |
| 2021-12-21 | perf arm64: Inject missing frames when using 'perf record --call-graph=fp' | Alexandre Truong | 1 | -0/+1 |
| 2021-10-20 | perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID | Adrian Hunter | 1 | -0/+2 |
| 2021-02-18 | perf machine: Factor out machine__idle_thread() | Adrian Hunter | 1 | -0/+1 |
| 2021-02-18 | perf machine: Factor out machines__find_guest() | Adrian Hunter | 1 | -0/+1 |
| 2020-09-17 | perf machine: Add machine__for_each_dso() function | Jiri Olsa | 1 | -0/+4 |
| 2020-07-10 | perf tools: Add support for PERF_RECORD_TEXT_POKE | Adrian Hunter | 1 | -0/+3 |
| 2020-04-03 | perf tools: Basic support for CGROUP event | Namhyung Kim | 1 | -0/+3 |
| 2019-11-26 | perf maps: Rename map_groups.h to maps.h | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-11-26 | perf maps: Merge 'struct maps' with 'struct map_groups' | Arnaldo Carvalho de Melo | 1 | -4/+4 |
| 2019-11-19 | perf dso: Move dso_id from 'struct map' to 'struct dso' | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2019-11-18 | perf machine: No need to check if kernel module maps pre-exist | Arnaldo Carvalho de Melo | 1 | -2/+0 |
| 2019-09-20 | perf tools: Move event synthesizing routines to separate header | Arnaldo Carvalho de Melo | 1 | -15/+0 |
| 2019-08-31 | perf dsos: Move the dsos struct and its methods to separate source files | Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 2019-08-26 | perf record: Move record_opts and other record decls out of perf.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-12 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-08-08 | perf record: Fix module size on s390 | Thomas Richter | 1 | -1/+1 |
| 2019-07-29 | perf evsel: Rename struct perf_evsel to struct evsel | Jiri Olsa | 1 | -2/+2 |
| 2019-07-29 | perf tools: Rename struct thread_map to struct perf_thread_map | Jiri Olsa | 1 | -2/+2 |
| 2019-02-06 | perf map: Move structs and prototypes for map groups to a separate header | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-01-25 | perf machine: Use cached rbtrees | Davidlohr Bueso | 1 | -6/+6 |
| 2019-01-21 | perf tools: Handle PERF_RECORD_KSYMBOL | Song Liu | 1 | -0/+3 |
| 2018-12-17 | perf tools: Allow specifying proc-map-timeout in config file | Mark Drayton | 1 | -3/+0 |
| 2018-12-17 | perf thread: Add fallback functions for cases where cpumode is insufficient | Adrian Hunter | 1 | -0/+2 |
| 2018-12-17 | perf machine: Record if a arch has a single user/kernel address space | Adrian Hunter | 1 | -0/+1 |
| 2018-08-13 | tools lib traceevent, perf tools: Rename pevent_set_* APIs | Tzvetomir Stoyanov (VMware) | 1 | -1/+1 |
| 2018-05-23 | perf machine: Create maps for x86 PTI entry trampolines | Adrian Hunter | 1 | -0/+19 |
| 2018-05-22 | perf machine: Workaround missing maps for x86 PTI entry trampolines | Adrian Hunter | 1 | -0/+3 |
| 2018-05-22 | perf machine: Add nr_cpus_avail() | Adrian Hunter | 1 | -0/+1 |
| 2018-05-19 | perf machine: Add machine__is() to identify machine arch | Adrian Hunter | 1 | -0/+2 |
| 2018-04-30 | perf machine: Ditch find_kernel_function variants | Arnaldo Carvalho de Melo | 1 | -15/+0 |
| 2018-04-27 | perf symbols: Unify symbol maps | Arnaldo Carvalho de Melo | 1 | -23/+9 |
| 2018-04-26 | perf machine: Remove needless map_type from machine__load_vmlinux_path() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2018-04-26 | perf machine: Shorten machine__load_kallsyms() signature | Arnaldo Carvalho de Melo | 1 | -2/+8 |
| 2018-04-26 | perf machine: Introduce machine__kernel_maps() | Arnaldo Carvalho de Melo | 1 | -0/+12 |
| 2018-02-16 | perf machine: Remove machine__load_kallsyms() | Jiri Olsa | 1 | -2/+0 |
| 2018-02-16 | perf machine: Don't search for active kernel start in __machine__create_kerne... | Jiri Olsa | 1 | -1/+0 |
| 2018-02-16 | perf machine: Move kernel mmap name into struct machine | Jiri Olsa | 1 | -2/+1 |
| 2017-11-07 | Merge branch 'linus' into perf/core, to fix conflicts | Ingo Molnar | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-03 | perf top: Implement multithreading for perf_event__synthesize_threads | Kan Liang | 1 | -3/+6 |
| 2017-09-21 | perf tools: Provide mutex wrappers for pthreads rwlocks | Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 2017-09-18 | perf machine: Use hashtable for machine threads | Kan Liang | 1 | -5/+18 |
| 2017-03-14 | perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info | Hari Bathini | 1 | -0/+3 |
| 2017-01-11 | perf machine: Add a kallsyms loading constructor | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2016-09-05 | perf symbols: Remove symbol_filter_t machinery | Arnaldo Carvalho de Melo | 1 | -19/+11 |
| 2016-09-05 | perf machine: Remove machine->symbol_filter and friends | Arnaldo Carvalho de Melo | 1 | -4/+0 |
| 2016-07-26 | perf s390: Fix 'start' address of module's map | Song Shan Gong | 1 | -0/+1 |
| 2016-05-20 | perf trace: Warn when trying to resolve kernel addresses with kptr_restrict=1 | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2016-05-05 | perf machine: Introduce number of threads member | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2016-04-19 | perf symbols: Allow loading kallsyms without considering kcore files | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2016-04-14 | perf callchain: Start moving away from global per thread cursors | Arnaldo Carvalho de Melo | 1 | -0/+4 |
| 2016-03-23 | perf tools: Remove misplaced __maybe_unused | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2016-01-26 | perf machine: Introduce machine__find_kernel_symbol_by_name() | Arnaldo Carvalho de Melo | 1 | -0/+10 |
| 2015-09-30 | perf machine: Add method for common kernel_map(FUNCTION) operation | Arnaldo Carvalho de Melo | 1 | -1/+7 |
| 2015-09-14 | perf machine: Add pointer to sample's environment | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2015-07-23 | perf tools: Add new PERF_RECORD_SWITCH event | Adrian Hunter | 1 | -0/+2 |
| 2015-07-23 | perf symbols: Provide libtraceevent callback to resolve kernel symbols | Arnaldo Carvalho de Melo | 1 | -0/+4 |
| 2015-06-19 | perf tools: Configurable per thread proc map processing time out | Kan Liang | 1 | -3/+6 |
| 2015-06-19 | perf tools: Ensure thread-stack is flushed | Adrian Hunter | 1 | -0/+3 |
| 2015-06-08 | perf machine: Fix up some more method names | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2015-06-07 | perf tools: handle PERF_RECORD_LOST_SAMPLES | Kan Liang | 1 | -0/+2 |
| 2015-05-29 | perf machine: Introduce machine__findnew_dso() method | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2015-05-29 | perf machine: No need to have two DSOs lists | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2015-05-08 | perf machine: Protect the machine->threads with a rwlock | Arnaldo Carvalho de Melo | 1 | -2/+3 |
| 2015-05-05 | perf tools: Add support for PERF_RECORD_ITRACE_START | Adrian Hunter | 1 | -0/+2 |
| 2015-05-05 | perf tools: Add support for PERF_RECORD_AUX | Adrian Hunter | 1 | -0/+2 |
| 2015-04-10 | perf buildid-list: Fix segfault when show DSOs with hits | He Kuang | 1 | -0/+1 |
| 2015-03-03 | perf tools: Reference count struct thread | Arnaldo Carvalho de Melo | 1 | -1/+0 |
| 2014-10-29 | perf tools: Add facility to export data in database-friendly way | Adrian Hunter | 1 | -0/+4 |
| 2014-10-29 | perf thread: Adopt resolve_callchain method from machine | Arnaldo Carvalho de Melo | 1 | -7/+6 |
| 2014-09-30 | perf symbols: Encapsulate dsos list head into struct dsos | Waiman Long | 1 | -2/+3 |
| 2014-08-22 | perf tools: Add machine__kernel_ip() | Adrian Hunter | 1 | -0/+17 |
| 2014-08-13 | perf machine: Add machine__thread_exec_comm() | Adrian Hunter | 1 | -0/+4 |
| 2014-07-23 | perf machine: Fix the lifetime of the VDSO temporary file | Adrian Hunter | 1 | -0/+3 |
| 2014-07-23 | perf machine: Add ability to record the current tid for each cpu | Adrian Hunter | 1 | -0/+5 |
| 2014-03-14 | perf machine: Factor machine__find_thread to take tid argument | Jiri Olsa | 1 | -1/+2 |
| 2014-02-18 | perf tools: Shorten sample symbol resolving function signature | Arnaldo Carvalho de Melo | 1 | -3/+2 |
| 2014-02-18 | perf tools: Shorten sample symbol resolving function signature | Arnaldo Carvalho de Melo | 1 | -3/+2 |
| 2014-01-31 | perf machine: Set up ref_reloc_sym in machine__create_kernel_maps() | Adrian Hunter | 1 | -0/+2 |
| 2013-11-12 | perf target: Shorten perf_target__ to target__ | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2013-11-11 | perf machine: Simplify synthesize_threads method | Arnaldo Carvalho de Melo | 1 | -3/+11 |
| 2013-11-11 | perf machine: Introduce synthesize_threads method out of open coded equivalent | Arnaldo Carvalho de Melo | 1 | -0/+4 |
| 2013-11-04 | perf tools: Add time argument on COMM setting | Frederic Weisbecker | 1 | -7/+14 |
| 2013-10-21 | perf report: Add --max-stack option to limit callchain stack scan | Waiman Long | 1 | -1/+2 |
| 2013-10-11 | perf machine: Add method to loop over threads and invoke handler | David Ahern | 1 | -0/+4 |
| 2013-10-11 | perf trace: Fix comm resolution when reading events from file | David Ahern | 1 | -0/+1 |
| 2013-09-11 | perf tools: Add attr->mmap2 support | Stephane Eranian | 1 | -0/+1 |
| 2013-08-29 | perf tools: change machine__findnew_thread() to set thread pid | Adrian Hunter | 1 | -1/+2 |
| 2013-08-12 | perf machine: Add symbol filter to struct machine | Adrian Hunter | 1 | -0/+5 |
| 2013-07-12 | perf report/top: Add option to collapse undesired parts of call graph | Greg Price | 1 | -1/+3 |
| 2013-07-12 | perf tools: struct thread has a tid not a pid | Adrian Hunter | 1 | -2/+2 |
| 2013-04-01 | perf tools: Add mem access sampling core support | Stephane Eranian | 1 | -0/+3 |
| 2013-03-15 | perf machine: Move machine__remove_thread and make static | David Ahern | 1 | -1/+0 |
| 2013-01-24 | perf machine: Introduce struct machines | Arnaldo Carvalho de Melo | 1 | -12/+20 |
| 2012-12-09 | perf machine: Move more machine methods to machine.c | Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 2012-12-09 | perf symbols: Generalize filter in __fprintf_buildid methods | Arnaldo Carvalho de Melo | 1 | -4/+4 |
| 2012-11-09 | perf machine: Move more methods to machine.[ch] | Arnaldo Carvalho de Melo | 1 | -1/+130 |
| 2012-10-06 | perf machine: Carve up event processing specific from perf_tool | Arnaldo Carvalho de Melo | 1 | -0/+8 |
| 2012-10-06 | perf machine: Introduce find_thread method | Arnaldo Carvalho de Melo | 1 | -0/+11 |