summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/thread-map.c
AgeCommit message (Expand)AuthorLines
2024-08-12perf tool: Constify tool pointersIan Rogers-1/+1
2022-11-16perf thread_map: Reduce exposure of libperf internal APIIan Rogers-0/+1
2021-11-13perf test: Rename struct test to test_suiteIan Rogers-3/+3
2021-11-13perf test: Move each test suite struct to its testIan Rogers-3/+7
2021-03-06perf test: Fix a memory leak in thread_map_remove testNamhyung Kim-5/+2
2021-03-06perf test: Fix a thread map leak in thread_map_synthesize testNamhyung Kim-0/+1
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo-0/+1
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo-0/+7
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa-1/+1
2019-08-22libperf: Add perf_thread_map__nr/perf_thread_map__pid functionsJiri Olsa-3/+3
2019-07-29libperf: Add perf_thread_map__get()/perf_thread_map__put()Jiri Olsa-9/+9
2019-07-29libperf: Add perf_thread_map__new_dummy() functionJiri Olsa-1/+1
2019-07-29perf tools: Rename struct thread_map to struct perf_thread_mapJiri Olsa-4/+4
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo-1/+2
2017-12-27perf thread_map: Enumerate all threads from /procJin Yao-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo-3/+3
2017-03-03perf thread_map: Convert thread_map.refcnt from atomic_t to refcount_tElena Reshetova-3/+3
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim-3/+3
2016-12-15perf thread_map: Add thread_map__remove functionJiri Olsa-0/+44
2016-06-30perf tests: Fix thread map test for -F optionJiri Olsa-3/+13
2015-12-17perf thread_map: Add thread_map__new_event functionJiri Olsa-0/+14
2015-12-17perf thread_map: Add thread_map event sythesize functionJiri Olsa-0/+29
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo-1/+1
2015-07-21perf test: Check for refcnt in thread_map testJiri Olsa-0/+4
2015-06-26perf tests: Add thread_map object testsJiri Olsa-0/+38