summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/event.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf tools: Add missing initialization of perf_sample.cpumode in synthesized ...Arnaldo Carvalho de Melo2016-03-291-7/+16
* perf thread: Rename perf_event__preprocess_sample_addr to thread__resolveArnaldo Carvalho de Melo2016-03-231-4/+2
* perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo2016-03-231-4/+2
* perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo2016-03-231-9/+6
* perf tools: handle spaces in file names obtained from /proc/pid/mapsMarcin Ĺšlusarz2016-02-051-1/+1
* perf tools: Fix mmap2 event allocation in synthesize codeWang Nan2016-01-121-2/+2
* perf tools: Add event_update user level eventJiri Olsa2015-12-171-0/+1
* perf tools: Add stat round event synthesize functionJiri Olsa2015-12-171-0/+17
* perf tools: Add stat round user level eventJiri Olsa2015-12-171-0/+1
* perf tools: Add stat event synthesize functionJiri Olsa2015-12-171-0/+22
* perf tools: Add stat user level eventJiri Olsa2015-12-171-0/+1
* perf tools: Add stat config event read functionJiri Olsa2015-12-171-0/+24
* perf tools: Add stat config event synthesize functionJiri Olsa2015-12-171-0/+40