summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/parse-no-sample-id-all.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-201-2/+0
* libperf: Rename the PERF_RECORD_ structs to have a "perf" suffixArnaldo Carvalho de Melo2019-08-261-2/+2
* perf evlist: Rename perf_evlist__delete() to evlist__delete()Jiri Olsa2019-07-291-1/+1
* perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa2019-07-291-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo2017-08-111-1/+1
* perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tests: Synthesize struct instead of using field after variable sized typeArnaldo Carvalho de Melo2017-02-141-11/+8
* perf evlist: Destructors should accept NULLArnaldo Carvalho de Melo2016-06-221-2/+1
* perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo2015-11-191-1/+1
* perf tools: Move pr_* debug macros into debug objectJiri Olsa2014-07-171-0/+1
* tools: Consolidate types.hBorislav Petkov2014-05-011-1/+1
* perf tools: Add test for parsing with no sample_id_all bitAdrian Hunter2013-09-051-0/+108