| Age | Commit message (Expand) | Author | Files | Lines |
| 9 days | perf tools: Minimal DEFERRED_CALLCHAIN support | Namhyung Kim | 1 | -0/+1 |
| 2025-07-25 | perf build-id: Change sprintf functions to snprintf | Ian Rogers | 1 | -1/+1 |
| 2025-06-20 | perf tools: display the new PERF_RECORD_BPF_METADATA event | Blake Jones | 1 | -0/+21 |
| 2025-05-28 | perf script: Print PERF_AUX_FLAG_COLLISION flag | Leo Yan | 1 | -2/+3 |
| 2025-05-16 | perf record: Add 8-byte aligned event type PERF_RECORD_COMPRESSED2 | Chun-Tse Shao | 1 | -0/+1 |
| 2025-02-18 | perf report: Add latency output field | Dmitry Vyukov | 1 | -0/+6 |
| 2025-02-18 | perf report: Add parallelism filter | Dmitry Vyukov | 1 | -0/+2 |
| 2025-02-17 | perf report: Add machine parallelism | Dmitry Vyukov | 1 | -0/+3 |
| 2024-08-12 | perf buildid-list: Use perf_tool__init | Ian Rogers | 1 | -0/+20 |
| 2024-08-12 | perf tool: Constify tool pointers | Ian Rogers | 1 | -17/+17 |
| 2024-05-06 | perf dso: Add reference count checking and accessor functions | Ian Rogers | 1 | -4/+4 |
| 2024-02-12 | perf maps: Get map before returning in maps__find | Ian Rogers | 1 | -2/+2 |
| 2023-11-09 | perf record: Lazy load kernel symbols | Ian Rogers | 1 | -2/+2 |
| 2023-07-28 | perf symbols: Add kallsyms__get_symbol_start() | Namhyung Kim | 1 | -3/+27 |
| 2023-06-29 | perf tools: Do not remove addr_location.thread in thread__find_map() | Namhyung Kim | 1 | -5/+2 |
| 2023-06-12 | perf map/maps/thread: Changes to reference counting | Ian Rogers | 1 | -0/+3 |
| 2023-06-12 | perf addr_location: Add init/exit/copy functions | Ian Rogers | 1 | -6/+10 |
| 2023-06-12 | perf addr_location: Move to its own header | Ian Rogers | 1 | -12/+0 |
| 2023-06-12 | perf thread: Add accessor functions for thread | Ian Rogers | 1 | -3/+3 |
| 2023-05-23 | perf stat record: Save cache level information | K Prateek Nayak | 1 | -3/+4 |
| 2023-04-10 | perf util: Move perf_guest/host declarations | Ian Rogers | 1 | -1/+1 |
| 2023-04-06 | perf map: Changes to reference counting | Ian Rogers | 1 | -2/+4 |
| 2023-04-06 | perf map: Add helper for ->map_ip() and ->unmap_ip() | Ian Rogers | 1 | -4/+4 |
| 2023-04-04 | perf map: Add accessor for dso | Ian Rogers | 1 | -4/+5 |
| 2023-04-04 | perf maps: Add functions to access maps | Ian Rogers | 1 | -2/+2 |
| 2022-06-23 | perf record: Add finished init event | Adrian Hunter | 1 | -0/+1 |
| 2022-05-23 | perf tools: Add guest_code support | Adrian Hunter | 1 | -2/+5 |
| 2022-02-14 | perf maps: Use a pointer for kmaps | Ian Rogers | 1 | -3/+3 |
| 2021-10-20 | perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID | Adrian Hunter | 1 | -0/+18 |
| 2021-02-08 | perf script: Support filtering by hex address | Jin Yao | 1 | -0/+24 |
| 2021-02-03 | perf tools: Fix DSO filtering when not finding a map for a sampled address | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2020-12-28 | perf tools: Add support to display build ids when available in PERF_RECORD_MM... | Jiri Olsa | 1 | -11/+30 |
| 2020-09-17 | perf script: Display negative tid in non-sample events | Adrian Hunter | 1 | -1/+1 |
| 2020-07-10 | perf script: Show text poke address symbol | Adrian Hunter | 1 | -5/+16 |
| 2020-07-10 | perf tools: Add support for PERF_RECORD_TEXT_POKE | Adrian Hunter | 1 | -0/+47 |
| 2020-04-22 | perf script: Avoid NULL dereference on symbol | Ian Rogers | 1 | -1/+1 |
| 2020-04-03 | perf script: Allow --symbol to accept hexadecimal addresses | Stephane Eranian | 1 | -4/+17 |
| 2020-04-03 | perf tools: Basic support for CGROUP event | Namhyung Kim | 1 | -0/+18 |
| 2019-11-26 | perf maps: Rename 'mg' variables to 'maps' | Arnaldo Carvalho de Melo | 1 | -6/+6 |
| 2019-11-26 | perf addr_location: Rename al->mg to al->maps | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2019-11-26 | perf thread: Rename thread->mg to thread->maps | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2019-11-26 | perf maps: Merge 'struct maps' with 'struct map_groups' | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2019-11-12 | perf tools: Add map_groups to 'struct addr_location' | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2019-09-20 | perf tools: Move event synthesizing routines to separate .c file | Arnaldo Carvalho de Melo | 1 | -1107/+1 |
| 2019-09-20 | perf tools: Move event synthesizing routines to separate header | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-09-20 | perf env: Remove needless cpumap.h header | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2019-08-31 | perf dsos: Move the dsos struct and its methods to separate source files | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2019-08-29 | perf tools: Remove perf.h from source files not needing it | Arnaldo Carvalho de Melo | 1 | -1/+0 |
| 2019-08-29 | perf tools: Remove needless perf.h include directive from headers | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-29 | perf time-utils: Adopt rdclock() from perf.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-29 | libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix | Jiri Olsa | 1 | -17/+17 |
| 2019-08-29 | libperf: Add PERF_RECORD_STAT_CONFIG 'struct stat_config_event' to perf/event.h | Jiri Olsa | 1 | -1/+1 |
| 2019-08-29 | libperf: Add PERF_RECORD_AUX 'struct aux_event' to perf/event.h | Jiri Olsa | 1 | -1/+1 |
| 2019-08-28 | perf event: Check ref_reloc_sym before using it | Igor Lubashev | 1 | -3/+4 |
| 2019-08-26 | perf tool: Rename perf_tool::bpf_event to bpf | Arnaldo Carvalho de Melo | 1 | -7/+7 |
| 2019-08-26 | perf tools: Rename perf_event::bpf_event to perf_event::bpf | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2019-08-26 | perf tools: Rename perf_event::ksymbol_event to perf_event::ksymbol | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2019-08-26 | libperf: Add PERF_RECORD_KSYMBOL 'struct ksymbol_event' to perf/event.h | Jiri Olsa | 1 | -1/+1 |
| 2019-08-26 | libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.h | Jiri Olsa | 1 | -1/+1 |
| 2019-08-26 | libperf: Add PERF_RECORD_MMAP2 'struct mmap2_event' to perf/event.h | Jiri Olsa | 1 | -3/+3 |
| 2019-08-26 | libperf: Add PERF_RECORD_MMAP 'struct mmap_event' to perf/event.h | Jiri Olsa | 1 | -1/+1 |
| 2019-08-22 | libperf: Add perf_thread_map__nr/perf_thread_map__pid functions | Jiri Olsa | 1 | -4/+4 |
| 2019-08-22 | libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty() | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | libperf: Add perf_thread_map__get()/perf_thread_map__put() | Jiri Olsa | 1 | -2/+2 |
| 2019-07-29 | libperf: Add perf_cpu_map__get()/perf_cpu_map__put() | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | perf tools: Rename struct thread_map to struct perf_thread_map | Jiri Olsa | 1 | -3/+3 |
| 2019-07-29 | perf cpu_map: Rename struct cpu_map to struct perf_cpu_map | Jiri Olsa | 1 | -9/+9 |
| 2019-07-09 | perf tools: Use zfree() where applicable | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-07-09 | tools lib: Adopt zalloc()/zfree() from tools/perf | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-06-26 | perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel | Arnaldo Carvalho de Melo | 1 | -3/+1 |
| 2019-06-25 | tools perf: Move from sane_ctype.h obtained from git to the Linux's original | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-05-28 | perf script: Remove superfluous BPF event titles | Jiri Olsa | 1 | -2/+2 |
| 2019-05-15 | perf record: Implement COMPRESSED event record and its attributes | Alexey Budankov | 1 | -0/+1 |
| 2019-02-06 | perf tools: Add missing include for symbols.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-02-06 | pref tools: Add missing map.h includes | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-01-21 | perf tools: Handle PERF_RECORD_BPF_EVENT | Song Liu | 1 | -0/+20 |
| 2019-01-21 | perf tools: Handle PERF_RECORD_KSYMBOL | Song Liu | 1 | -0/+21 |
| 2018-12-17 | perf tools: Allow specifying proc-map-timeout in config file | Mark Drayton | 1 | -19/+13 |
| 2018-12-17 | perf tools: Use fallback for sample_addr_correlates_sym() cases | Adrian Hunter | 1 | -1/+1 |
| 2018-12-17 | perf thread: Add fallback functions for cases where cpumode is insufficient | Adrian Hunter | 1 | -0/+27 |
| 2018-10-31 | perf tools: Don't clone maps from parent when synthesizing forks | David Miller | 1 | -0/+1 |
| 2018-10-17 | perf tools: Stop fallbacking to kallsyms for vdso symbols lookup | Arnaldo Carvalho de Melo | 1 | -19/+2 |
| 2018-10-16 | perf cpu_map: Align cpu map synthesized events properly. | David Miller | 1 | -0/+1 |
| 2018-08-08 | perf map: Synthesize maps only for thread group leader | Konstantin Khlebnikov | 1 | -3/+10 |
| 2018-05-23 | perf machine: Synthesize and process mmap events for x86 PTI entry trampolines | Adrian Hunter | 1 | -7/+27 |
| 2018-05-22 | perf machine: Allow for extra kernel maps | Adrian Hunter | 1 | -1/+1 |
| 2018-04-27 | perf symbols: Unify symbol maps | Arnaldo Carvalho de Melo | 1 | -10/+3 |
| 2018-04-26 | perf thread: Make thread__find_map() search all maps | Arnaldo Carvalho de Melo | 1 | -8/+11 |
| 2018-04-26 | perf thread: Ditch __thread__find_symbol() | Arnaldo Carvalho de Melo | 1 | -4/+4 |
| 2018-04-26 | perf tools: Use kallsyms__is_function() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2018-04-26 | perf map: Shorten map_groups__find() signature | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2018-04-26 | perf machine: Introduce machine__kernel_maps() | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2018-04-26 | perf thread: Make thread__find_symbol() return the symbol searched | Arnaldo Carvalho de Melo | 1 | -5/+5 |
| 2018-04-26 | perf thread: Make thread__find_map() return the map | Arnaldo Carvalho de Melo | 1 | -8/+8 |
| 2018-04-26 | perf thread: Introduce thread__find_symbol() | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2018-04-26 | perf thread: Introduce thread__find_map() | Arnaldo Carvalho de Melo | 1 | -9/+9 |
| 2018-04-17 | perf report: Extend raw dump (-D) out with switch out event type | Alexey Budankov | 1 | -1/+3 |
| 2018-02-16 | perf tools: Do not create kernel maps in sample__resolve() | Jiri Olsa | 1 | -11/+0 |
| 2018-02-16 | perf machine: Move kernel mmap name into struct machine | Jiri Olsa | 1 | -4/+1 |
| 2018-01-10 | perf script: Add support to display lost events | Jiri Olsa | 1 | -0/+8 |
| 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-25 | perf report: Use srcline from callchain for hist entries | Milian Wolff | 1 | -0/+1 |
| 2017-10-03 | perf top: Add option to set the number of thread for event synthesize | Kan Liang | 1 | -1/+4 |
| 2017-10-03 | perf top: Implement multithreading for perf_event__synthesize_threads | Kan Liang | 1 | -31/+129 |
| 2017-09-13 | perf tools: Make copyfile_offset() static | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-09-13 | perf tools: Use scandir() to replace readdir() | Kan Liang | 1 | -20/+25 |
| 2017-07-18 | perf tools: Add feature header record to pipe-mode | David Carrillo-Cisneros | 1 | -0/+1 |
| 2017-05-02 | perf symbols: Accept symbols starting at address 0 | Arnaldo Carvalho de Melo | 1 | -4/+5 |
| 2017-04-25 | perf tools: Move event prototypes from util.h to event.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-04-24 | perf tools: Fix the code to strip command name | Jiri Olsa | 1 | -1/+8 |
| 2017-04-24 | perf tools: Remove string.h, unistd.h and sys/stat.h from util.h | Arnaldo Carvalho de Melo | 1 | -0/+3 |
| 2017-04-19 | perf tools: Remove include dirent.h from util.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-04-19 | perf tools: Include errno.h where needed | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-04-19 | perf tools: Move extra string util functions to util/string2.h | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2017-04-19 | perf tools: Move sane ctype stuff from util.h to sane_ctype.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-04-19 | perf tools: Including missing inttypes.h header | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-04-19 | perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-04-13 | Revert "perf tools: Fix include of linux/mman.h" | David Carrillo-Cisneros | 1 | -1/+1 |
| 2017-04-11 | perf tools: Refactor the code to strip command name with {l,r}trim() | Taeung Song | 1 | -9/+2 |
| 2017-03-17 | perf tools: Handle partial AUX records and print a warning | Alexander Shishkin | 1 | -2/+3 |
| 2017-03-15 | perf tools: Make perf_event__synthesize_mmap_events() scale | Stephane Eranian | 1 | -2/+2 |
| 2017-03-14 | perf record: Synthesize namespace events for current processes | Hari Bathini | 1 | -6/+88 |
| 2017-03-14 | perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info | Hari Bathini | 1 | -0/+56 |
| 2017-02-08 | perf tools: Fix include of linux/mman.h | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2016-09-28 | perf tools: Fix MMAP event synthesis broken by MAP_HUGETLB change | Adrian Hunter | 1 | -1/+2 |
| 2016-09-13 | perf tools: Do hugetlb handling in more systems | Arnaldo Carvalho de Melo | 1 | -5/+2 |
| 2016-09-08 | perf record: Mark MAP_HUGETLB when synthesizing mmap events | Wang Nan | 1 | -0/+11 |
| 2016-09-05 | perf symbols: Remove symbol_filter_t machinery | Arnaldo Carvalho de Melo | 1 | -4/+4 |
| 2016-09-05 | perf machine: Remove machine->symbol_filter and friends | Arnaldo Carvalho de Melo | 1 | -5/+3 |
| 2016-06-30 | perf tools: Change cpu_map__fprintf output | Jiri Olsa | 1 | -1/+1 |
| 2016-05-27 | perf record: Fix crash when kptr is restricted | Wang Nan | 1 | -0/+2 |
| 2016-04-08 | perf tools: Use readdir() instead of deprecated readdir_r() | Arnaldo Carvalho de Melo | 1 | -6/+6 |
| 2016-03-31 | perf tools: Add time conversion event | Adrian Hunter | 1 | -0/+1 |
| 2016-03-29 | perf tools: Add missing initialization of perf_sample.cpumode in synthesized ... | Arnaldo Carvalho de Melo | 1 | -7/+16 |
| 2016-03-23 | perf thread: Rename perf_event__preprocess_sample_addr to thread__resolve | Arnaldo Carvalho de Melo | 1 | -4/+2 |
| 2016-03-23 | perf machine: Rename perf_event__preprocess_sample to machine__resolve | Arnaldo Carvalho de Melo | 1 | -4/+2 |
| 2016-03-23 | perf tools: Add cpumode to struct perf_sample | Arnaldo Carvalho de Melo | 1 | -9/+6 |
| 2016-02-05 | perf tools: handle spaces in file names obtained from /proc/pid/maps | Marcin Ĺšlusarz | 1 | -1/+1 |
| 2016-01-12 | perf tools: Fix mmap2 event allocation in synthesize code | Wang Nan | 1 | -2/+2 |
| 2015-12-17 | perf tools: Add event_update user level event | Jiri Olsa | 1 | -0/+1 |
| 2015-12-17 | perf tools: Add stat round event synthesize function | Jiri Olsa | 1 | -0/+17 |
| 2015-12-17 | perf tools: Add stat round user level event | Jiri Olsa | 1 | -0/+1 |
| 2015-12-17 | perf tools: Add stat event synthesize function | Jiri Olsa | 1 | -0/+22 |
| 2015-12-17 | perf tools: Add stat user level event | Jiri Olsa | 1 | -0/+1 |
| 2015-12-17 | perf tools: Add stat config event read function | Jiri Olsa | 1 | -0/+24 |
| 2015-12-17 | perf tools: Add stat config event synthesize function | Jiri Olsa | 1 | -0/+40 |
| 2015-12-17 | perf tools: Add stat config user level event | Jiri Olsa | 1 | -0/+1 |
| 2015-12-17 | perf cpu_map: Add perf_event__fprintf_cpu_map function | Jiri Olsa | 1 | -0/+16 |
| 2015-12-17 | perf cpu_map: Add cpu_map event synthesize function | Jiri Olsa | 1 | -0/+131 |
| 2015-12-17 | perf cpu_map: Add cpu_map user level event | Jiri Olsa | 1 | -0/+1 |
| 2015-12-17 | perf thread_map: Add perf_event__fprintf_thread_map function | Jiri Olsa | 1 | -0/+16 |
| 2015-12-17 | perf thread_map: Add thread_map event sythesize function | Jiri Olsa | 1 | -0/+36 |
| 2015-12-17 | perf thread_map: Add thread_map user level event | Jiri Olsa | 1 | -0/+1 |
| 2015-10-06 | perf tools: Fix handling read result using a signed variable | Andrzej Hajda | 1 | -1/+2 |
| 2015-09-30 | perf machine: Add method for common kernel_map(FUNCTION) operation | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2015-09-30 | perf machine: Use machine__kernel_map() thoroughly | Arnaldo Carvalho de Melo | 1 | -4/+3 |
| 2015-09-28 | perf tools: Use __map__is_kernel() when synthesizing kernel module mmap records | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2015-09-22 | perf record: Synthesize COMM event for a command line workload | Namhyung Kim | 1 | -1/+1 |
| 2015-09-14 | perf tools: Add processor socket info to hist_entry and addr_location | Kan Liang | 1 | -0/+8 |
| 2015-07-23 | perf tools: Add new PERF_RECORD_SWITCH event | Adrian Hunter | 1 | -0/+28 |
| 2015-06-23 | perf thread_map: Don't access the array entries directly | Jiri Olsa | 1 | -3/+3 |
| 2015-06-19 | perf tools: Configurable per thread proc map processing time out | Kan Liang | 1 | -13/+23 |
| 2015-06-19 | perf tools: Add time out to force stop proc map processing | Kan Liang | 1 | -0/+18 |
| 2015-06-07 | perf tools: handle PERF_RECORD_LOST_SAMPLES | Kan Liang | 1 | -0/+9 |
| 2015-05-27 | perf tools: Introduce struct maps | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2015-05-27 | perf tools: Use maps__first()/map__next() | Arnaldo Carvalho de Melo | 1 | -4/+3 |
| 2015-05-08 | perf machine: Protect the machine->threads with a rwlock | Arnaldo Carvalho de Melo | 1 | -0/+15 |
| 2015-05-05 | perf tools: Add support for PERF_RECORD_ITRACE_START | Adrian Hunter | 1 | -0/+18 |
| 2015-05-05 | perf tools: Add support for PERF_RECORD_AUX | Adrian Hunter | 1 | -0/+21 |
| 2015-04-29 | perf tools: Add a user event for AUX area tracing errors | Adrian Hunter | 1 | -0/+1 |
| 2015-04-29 | perf tools: Add user events for AUX area tracing | Adrian Hunter | 1 | -0/+2 |
| 2015-04-10 | perf tools: Fix error path to do closedir() when synthesizing threads | Arnaldo Carvalho de Melo | 1 | -8/+9 |
| 2015-04-10 | perf tools: Fix synthesizing fork_event.ppid for non-main thread | David Ahern | 1 | -2/+12 |
| 2015-03-31 | perf tools: Fix ppid for synthesized fork events | David Ahern | 1 | -33/+50 |
| 2015-03-31 | perf tools: Refactor comm/tgid lookup | David Ahern | 1 | -28/+44 |
| 2015-03-02 | perf tools: Fix FORK after COMM when synthesizing records for pre-existing th... | Arnaldo Carvalho de Melo | 1 | -10/+24 |
| 2015-02-24 | perf tools: Print the thread's tid on PERF_RECORD_COMM events when -D is asked | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2014-10-29 | perf tools: Add id index | Adrian Hunter | 1 | -0/+1 |
| 2014-10-29 | perf tools: A thread's machine can be found via thread->mg->machine | Arnaldo Carvalho de Melo | 1 | -11/+8 |
| 2014-09-26 | perf tools: Fix perf record as non root with kptr_restrict == 1 | Andi Kleen | 1 | -2/+6 |
| 2014-08-22 | perf tools: Add machine__kernel_ip() | Adrian Hunter | 1 | -3/+3 |
| 2014-07-25 | perf tools: Expose 'addr' functions so they can be reused | Adrian Hunter | 1 | -0/+42 |
| 2014-07-16 | perf tools: Fix missing kernel map load | Adrian Hunter | 1 | -0/+1 |
| 2014-07-16 | perf script: Display PERF_RECORD_MISC_COMM_EXEC flag | Adrian Hunter | 1 | -1/+8 |
| 2014-06-09 | Revert "perf: Disable PERF_RECORD_MMAP2 support" | Don Zickus | 1 | -14/+20 |
| 2014-06-09 | perf tools: Update mmap2 interface with protection and flag bits | Don Zickus | 1 | -2/+21 |
| 2014-05-12 | perf tools: Use tid for finding thread | Namhyung Kim | 1 | -1/+1 |
| 2014-04-28 | perf tools: Allocate thread map_groups's dynamically | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2014-03-18 | perf tools: Fix memory leak when synthesizing thread records | Namhyung Kim | 1 | -3/+3 |
| 2014-03-18 | perf symbols: Apply all filters to an addr_location | Namhyung Kim | 1 | -10/+4 |
| 2014-03-18 | perf symbols: Record the reason for filtering an address_location | Namhyung Kim | 1 | -7/+13 |
| 2014-03-14 | perf tools: Speed up thread map generation | Don Zickus | 1 | -8/+51 |
| 2014-03-14 | perf tools: Fix synthesizing mmaps for threads | Don Zickus | 1 | -55/+56 |
| 2014-01-31 | perf record: Get ref_reloc_sym from kernel map | Adrian Hunter | 1 | -20/+6 |
| 2014-01-31 | perf tools: Add kallsyms__get_function_start() | Adrian Hunter | 1 | -3/+15 |
| 2014-01-13 | perf tools: Make perf_event__synthesize_mmap_events global | Jiri Olsa | 1 | -6/+6 |
| 2013-12-23 | perf tools: Do not synthesize the treads of default guest. | Dongsheng Yang | 1 | -0/+9 |
| 2013-12-23 | perf tools: Use machine->pid for tgid if machine is guest. | Dongsheng Yang | 1 | -2/+6 |
| 2013-12-23 | perf tools: Set event->header.misc to PERF_RECORD_MISC_GUEST_USER if machine ... | Dongsheng Yang | 1 | -1/+4 |