summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/event.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo2017-04-191-0/+1
* Revert "perf tools: Fix include of linux/mman.h"David Carrillo-Cisneros2017-04-131-1/+1
* perf tools: Refactor the code to strip command name with {l,r}trim()Taeung Song2017-04-111-9/+2
* perf tools: Handle partial AUX records and print a warningAlexander Shishkin2017-03-171-2/+3
* perf tools: Make perf_event__synthesize_mmap_events() scaleStephane Eranian2017-03-151-2/+2
* perf record: Synthesize namespace events for current processesHari Bathini2017-03-141-6/+88
* perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini2017-03-141-0/+56
* perf tools: Fix include of linux/mman.hArnaldo Carvalho de Melo2017-02-081-1/+1
* perf tools: Fix MMAP event synthesis broken by MAP_HUGETLB changeAdrian Hunter2016-09-281-1/+2
* perf tools: Do hugetlb handling in more systemsArnaldo Carvalho de Melo2016-09-131-5/+2
* perf record: Mark MAP_HUGETLB when synthesizing mmap eventsWang Nan2016-09-081-0/+11
* perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo2016-09-051-4/+4
* perf machine: Remove machine->symbol_filter and friendsArnaldo Carvalho de Melo2016-09-051-5/+3
* perf tools: Change cpu_map__fprintf outputJiri Olsa2016-06-301-1/+1
* perf record: Fix crash when kptr is restrictedWang Nan2016-05-271-0/+2
* perf tools: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo2016-04-081-6/+6
* perf tools: Add time conversion eventAdrian Hunter2016-03-311-0/+1