aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-16perf cpu_map: Align cpu map synthesized events properly.David Miller1-0/+1
2018-08-08perf map: Synthesize maps only for thread group leaderKonstantin Khlebnikov1-3/+10
2018-05-23perf machine: Synthesize and process mmap events for x86 PTI entry trampolinesAdrian Hunter1-7/+27
2018-05-22perf machine: Allow for extra kernel mapsAdrian Hunter1-1/+1
2018-04-27perf symbols: Unify symbol mapsArnaldo Carvalho de Melo1-10/+3
2018-04-26perf thread: Make thread__find_map() search all mapsArnaldo Carvalho de Melo1-8/+11
2018-04-26perf thread: Ditch __thread__find_symbol()Arnaldo Carvalho de Melo1-4/+4
2018-04-26perf tools: Use kallsyms__is_function()Arnaldo Carvalho de Melo1-1/+1
2018-04-26perf map: Shorten map_groups__find() signatureArnaldo Carvalho de Melo1-1/+1
2018-04-26perf machine: Introduce machine__kernel_maps()Arnaldo Carvalho de Melo1-2/+1
2018-04-26perf thread: Make thread__find_symbol() return the symbol searchedArnaldo Carvalho de Melo1-5/+5
2018-04-26perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo1-8/+8
2018-04-26perf thread: Introduce thread__find_symbol()Arnaldo Carvalho de Melo1-3/+3
2018-04-26perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo1-9/+9
2018-04-17perf report: Extend raw dump (-D) out with switch out event typeAlexey Budankov1-1/+3
2018-02-16perf tools: Do not create kernel maps in sample__resolve()Jiri Olsa1-11/+0
2018-02-16perf machine: Move kernel mmap name into struct machineJiri Olsa1-4/+1
2018-01-10perf script: Add support to display lost eventsJiri Olsa1-0/+8
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25perf report: Use srcline from callchain for hist entriesMilian Wolff1-0/+1
2017-10-03perf top: Add option to set the number of thread for event synthesizeKan Liang1-1/+4
2017-10-03perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang1-31/+129
2017-09-13perf tools: Make copyfile_offset() staticArnaldo Carvalho de Melo1-0/+1
2017-09-13perf tools: Use scandir() to replace readdir()Kan Liang1-20/+25
2017-07-18perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros1-0/+1
2017-05-02perf symbols: Accept symbols starting at address 0Arnaldo Carvalho de Melo1-4/+5
2017-04-25perf tools: Move event prototypes from util.h to event.hArnaldo Carvalho de Melo1-0/+1
2017-04-24perf tools: Fix the code to strip command nameJiri Olsa1-1/+8
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo1-0/+3
2017-04-19perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo1-1/+1
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo1-0/+1
2017-04-13Revert "perf tools: Fix include of linux/mman.h"David Carrillo-Cisneros1-1/+1
2017-04-11perf tools: Refactor the code to strip command name with {l,r}trim()Taeung Song1-9/+2
2017-03-17perf tools: Handle partial AUX records and print a warningAlexander Shishkin1-2/+3
2017-03-15perf tools: Make perf_event__synthesize_mmap_events() scaleStephane Eranian1-2/+2
2017-03-14perf record: Synthesize namespace events for current processesHari Bathini1-6/+88
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini1-0/+56
2017-02-08perf tools: Fix include of linux/mman.hArnaldo Carvalho de Melo1-1/+1
2016-09-28perf tools: Fix MMAP event synthesis broken by MAP_HUGETLB changeAdrian Hunter1-1/+2
2016-09-13perf tools: Do hugetlb handling in more systemsArnaldo Carvalho de Melo1-5/+2
2016-09-08perf record: Mark MAP_HUGETLB when synthesizing mmap eventsWang Nan1-0/+11
2016-09-05perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo1-4/+4
2016-09-05perf machine: Remove machine->symbol_filter and friendsArnaldo Carvalho de Melo1-5/+3
2016-06-30perf tools: Change cpu_map__fprintf outputJiri Olsa1-1/+1
2016-05-27perf record: Fix crash when kptr is restrictedWang Nan1-0/+2