summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/switch-tracking.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo2019-07-091-1/+1
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-0/+1
* perf mmap: Simplify perf_mmap__read_init()Kan Liang2018-03-081-2/+1Star
* perf mmap: Simplify perf_mmap__read_event()Kan Liang2018-03-081-1/+1
* perf mmap: Simplify perf_mmap__consume()Kan Liang2018-03-081-1/+1
* perf test: Switch to new perf_mmap__read_event() interface for switch-trackingKan Liang2018-03-051-2/+9
* perf evlist: Remove 'overwrite' parameter from perf_evlist__mmapWang Nan2017-12-051-1/+1
* 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: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-231-1/+1
* perf evsel: Do not use globals in config()Arnaldo Carvalho de Melo2016-04-121-1/+1
* perf evlist: Remove perf_evlist__(enable|disable)_event functionsJiri Olsa2016-01-081-3/+3
* perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo2015-11-191-1/+1
* perf test: Keep test result clean if '-v' not setWang Nan2015-11-031-2/+2
* perf tools: Add reference counting for thread_map objectJiri Olsa2015-06-251-1/+1
* perf tools: Add reference counting for cpu_map objectJiri Olsa2015-06-251-1/+1
* perf tools: Add parse_events_error interfaceJiri Olsa2015-04-291-4/+4
* perf tests: Add a test for tracking with sched_switchAdrian Hunter2014-08-221-0/+572