aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/event.c
AgeCommit message (Expand)Author
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 nameperf-core-for-mingo-4.12-20170424Jiri 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"perf-core-for-mingo-4.12-20170413David 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 outputperf-core-for-mingo-20160630Jiri 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
2016-03-31perf tools: Add time conversion eventAdrian Hunter
2016-03-29perf tools: Add missing initialization of perf_sample.cpumode in synthesized ...perf-urgent-for-mingo-20160329Arnaldo Carvalho de Melo
2016-03-23perf thread: Rename perf_event__preprocess_sample_addr to thread__resolveArnaldo Carvalho de Melo
2016-03-23perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo
2016-03-23perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo
2016-02-05perf tools: handle spaces in file names obtained from /proc/pid/mapsMarcin Ĺšlusarz
2016-01-12perf tools: Fix mmap2 event allocation in synthesize codeWang Nan
2015-12-17perf tools: Add event_update user level eventJiri Olsa
2015-12-17perf tools: Add stat round event synthesize functionJiri Olsa
2015-12-17perf tools: Add stat round user level eventJiri Olsa
2015-12-17perf tools: Add stat event synthesize functionJiri Olsa
2015-12-17perf tools: Add stat user level eventJiri Olsa
2015-12-17perf tools: Add stat config event read functionJiri Olsa
2015-12-17perf tools: Add stat config event synthesize functionJiri Olsa
2015-12-17perf tools: Add stat config user level eventJiri Olsa
2015-12-17perf cpu_map: Add perf_event__fprintf_cpu_map functionJiri Olsa
2015-12-17perf cpu_map: Add cpu_map event synthesize functionJiri Olsa
2015-12-17perf cpu_map: Add cpu_map user level eventJiri Olsa
2015-12-17perf thread_map: Add perf_event__fprintf_thread_map functionJiri Olsa
2015-12-17perf thread_map: Add thread_map event sythesize functionJiri Olsa
2015-12-17perf thread_map: Add thread_map user level eventJiri Olsa
2015-10-06perf tools: Fix handling read result using a signed variableAndrzej Hajda
2015-09-30perf machine: Add method for common kernel_map(FUNCTION) operationArnaldo Carvalho de Melo
2015-09-30perf machine: Use machine__kernel_map() thoroughlyArnaldo Carvalho de Melo