summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/event.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Use zfree() where applicableArnaldo Carvalho de Melo2019-07-091-1/+1
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-0/+1
* perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernelArnaldo Carvalho de Melo2019-06-261-3/+1
* tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo2019-06-251-1/+1
* perf script: Remove superfluous BPF event titlesJiri Olsa2019-05-281-2/+2
* perf record: Implement COMPRESSED event record and its attributesAlexey Budankov2019-05-151-0/+1
* perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo2019-02-061-0/+1
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-061-0/+1
* perf tools: Handle PERF_RECORD_BPF_EVENTSong Liu2019-01-211-0/+20
* perf tools: Handle PERF_RECORD_KSYMBOLSong Liu2019-01-211-0/+21
* perf tools: Allow specifying proc-map-timeout in config fileMark Drayton2018-12-171-19/+13
* perf tools: Use fallback for sample_addr_correlates_sym() casesAdrian Hunter2018-12-171-1/+1
* perf thread: Add fallback functions for cases where cpumode is insufficientAdrian Hunter2018-12-171-0/+27
* perf tools: Don't clone maps from parent when synthesizing forksDavid Miller2018-10-311-0/+1
* perf tools: Stop fallbacking to kallsyms for vdso symbols lookupArnaldo Carvalho de Melo2018-10-171-19/+2
* perf cpu_map: Align cpu map synthesized events properly.David Miller2018-10-161-0/+1
* perf map: Synthesize maps only for thread group leaderKonstantin Khlebnikov2018-08-081-3/+10
* perf machine: Synthesize and process mmap events for x86 PTI entry trampolinesAdrian Hunter2018-05-231-7/+27
* perf machine: Allow for extra kernel mapsAdrian Hunter2018-05-221-1/+1
* perf symbols: Unify symbol mapsArnaldo Carvalho de Melo2018-04-271-10/+3
* perf thread: Make thread__find_map() search all mapsArnaldo Carvalho de Melo2018-04-261-8/+11
* perf thread: Ditch __thread__find_symbol()Arnaldo Carvalho de Melo2018-04-261-4/+4
* perf tools: Use kallsyms__is_function()Arnaldo Carvalho de Melo2018-04-261-1/+1
* perf map: Shorten map_groups__find() signatureArnaldo Carvalho de Melo2018-04-261-1/+1
* perf machine: Introduce machine__kernel_maps()Arnaldo Carvalho de Melo2018-04-261-2/+1
* perf thread: Make thread__find_symbol() return the symbol searchedArnaldo Carvalho de Melo2018-04-261-5/+5
* perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo2018-04-261-8/+8
* perf thread: Introduce thread__find_symbol()Arnaldo Carvalho de Melo2018-04-261-3/+3
* perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo2018-04-261-9/+9
* perf report: Extend raw dump (-D) out with switch out event typeAlexey Budankov2018-04-171-1/+3
* perf tools: Do not create kernel maps in sample__resolve()Jiri Olsa2018-02-161-11/+0
* perf machine: Move kernel mmap name into struct machineJiri Olsa2018-02-161-4/+1
* perf script: Add support to display lost eventsJiri Olsa2018-01-101-0/+8
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf report: Use srcline from callchain for hist entriesMilian Wolff2017-10-251-0/+1
* | perf top: Add option to set the number of thread for event synthesizeKan Liang2017-10-031-1/+4
* | perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang2017-10-031-31/+129
* | perf tools: Make copyfile_offset() staticArnaldo Carvalho de Melo2017-09-131-0/+1
* | perf tools: Use scandir() to replace readdir()Kan Liang2017-09-131-20/+25
|/
* perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros2017-07-181-0/+1
* perf symbols: Accept symbols starting at address 0Arnaldo Carvalho de Melo2017-05-021-4/+5
* perf tools: Move event prototypes from util.h to event.hArnaldo Carvalho de Melo2017-04-251-0/+1
* perf tools: Fix the code to strip command nameJiri Olsa2017-04-241-1/+8
* perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo2017-04-241-0/+3
* perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo2017-04-191-1/+1
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1