summaryrefslogtreecommitdiff
path: root/tools/perf/tests/thread-mg-share.c
AgeCommit message (Expand)Author
2019-11-26perf tests: Rename thread-mg-share to thread-maps-shareArnaldo Carvalho de Melo
2019-11-26perf maps: Rename 'mg' variables to 'maps'Arnaldo Carvalho de Melo
2019-11-26perf thread: Rename thread->mg to thread->mapsArnaldo Carvalho de Melo
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo
2019-08-31perf tools: Remove needless map.h include directivesArnaldo Carvalho de Melo
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo
2017-03-03perf map: Convert map_groups.refcnt from atomic_t to refcount_tElena Reshetova
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo
2015-05-15perf tools: Use atomic.h for the map_groups refcountArnaldo Carvalho de Melo
2015-05-12perf tests: Fix map_groups refcount testArnaldo Carvalho de Melo
2015-05-12perf tests: Show refcounting broken expectations in thread-mg-share testArnaldo Carvalho de Melo
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa
2014-04-28perf tests: Add map groups sharing with thread object testJiri Olsa