summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/sample-parsing.c
AgeCommit message (Expand)AuthorLines
2020-05-05perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*()Arnaldo Carvalho de Melo-2/+2
2020-05-05perf evsel: Rename __perf_evsel__sample_size() to __evsel__sample_size()Arnaldo Carvalho de Melo-1/+1
2020-04-03perf tools: Basic support for CGROUP eventNamhyung Kim-1/+5
2020-03-09perf tools: Add hw_idx in struct branch_stackKan Liang-1/+6
2019-11-21perf tools: Add kernel AUX area sampling definitionsAdrian Hunter-1/+15
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo-0/+1
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo-1/+0
2019-08-31perf symbols: Move mem_info and branch_info out of symbol.hArnaldo Carvalho de Melo-0/+1
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo-0/+1
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa-5/+7
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa-1/+1
2019-07-09perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo-0/+1
2019-02-06perf tests: Add missing headers so far obtained indirectlyArnaldo Carvalho de Melo-0/+2
2018-01-18perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize...Adrian Hunter-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-01perf test: Add test case for PERF_SAMPLE_PHYS_ADDRKan Liang-1/+5
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo-1/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo-0/+1
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo-1/+1
2015-01-22perf tests: Fix typo in sample-parsing.cRasmus Villemoes-1/+1
2014-11-16perf/tests: Add interrupted state sample parsing testStephane Eranian-15/+40
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa-0/+1
2014-05-01tools: Consolidate types.hBorislav Petkov-1/+1
2014-02-18perf callchain: Add mask into struct regs_dumpJiri Olsa-9/+8
2013-11-04perf test: Update "sample parsing" test for PERF_SAMPLE_TRANSACTIONAdrian Hunter-1/+6
2013-10-23perf test: Consider PERF_SAMPLE_TRANSACTION in the "sample parsing" testArnaldo Carvalho de Melo-1/+1
2013-10-23perf test: Clarify the "sample parsing" test entryArnaldo Carvalho de Melo-1/+1
2013-08-29perf tests: Add a sample parsing testAdrian Hunter-0/+316