summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/thread-map.c
Commit message (Expand)AuthorAgeFilesLines
* perf thread_map: Reduce exposure of libperf internal APIIan Rogers2022-11-161-0/+1
* perf test: Rename struct test to test_suiteIan Rogers2021-11-131-3/+3
* perf test: Move each test suite struct to its testIan Rogers2021-11-131-3/+7
* perf test: Fix a memory leak in thread_map_remove testNamhyung Kim2021-03-061-5/+2
* perf test: Fix a thread map leak in thread_map_synthesize testNamhyung Kim2021-03-061-0/+1
* perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo2019-09-201-0/+1
* perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-08-311-0/+7
* libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa2019-08-291-1/+1
* libperf: Add perf_thread_map__nr/perf_thread_map__pid functionsJiri Olsa2019-08-221-3/+3
* libperf: Add perf_thread_map__get()/perf_thread_map__put()Jiri Olsa2019-07-291-9/+9
* libperf: Add perf_thread_map__new_dummy() functionJiri Olsa2019-07-291-1/+1
* perf tools: Rename struct thread_map to struct perf_thread_mapJiri Olsa2019-07-291-4/+4
* perf tools: Use zfree() where applicableArnaldo Carvalho de Melo2019-07-091-1/+2
* perf thread_map: Enumerate all threads from /procJin Yao2017-12-271-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-3/+3
* perf thread_map: Convert thread_map.refcnt from atomic_t to refcount_tElena Reshetova2017-03-031-3/+3
* perf utils: Check verbose flag properlyNamhyung Kim2017-02-201-3/+3
* perf thread_map: Add thread_map__remove functionJiri Olsa2016-12-151-0/+44
* perf tests: Fix thread map test for -F optionJiri Olsa2016-06-301-3/+13
* perf thread_map: Add thread_map__new_event functionJiri Olsa2015-12-171-0/+14
* perf thread_map: Add thread_map event sythesize functionJiri Olsa2015-12-171-0/+29
* perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo2015-11-191-1/+1
* perf test: Check for refcnt in thread_map testJiri Olsa2015-07-211-0/+4
* perf tests: Add thread_map object testsJiri Olsa2015-06-261-0/+38