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