index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
tests
/
thread-mg-share.c
Age
Commit message (
Expand
)
Author
2019-11-26
perf tests: Rename thread-mg-share to thread-maps-share
Arnaldo Carvalho de Melo
2019-11-26
perf maps: Rename 'mg' variables to 'maps'
Arnaldo Carvalho de Melo
2019-11-26
perf thread: Rename thread->mg to thread->maps
Arnaldo Carvalho de Melo
2019-11-26
perf maps: Merge 'struct maps' with 'struct map_groups'
Arnaldo Carvalho de Melo
2019-08-31
perf tools: Remove needless map.h include directives
Arnaldo Carvalho de Melo
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-08-11
perf test: Add 'struct test *' to the test functions
Arnaldo Carvalho de Melo
2017-03-03
perf map: Convert map_groups.refcnt from atomic_t to refcount_t
Elena Reshetova
2015-11-19
perf tests: Pass the subtest index to each test routine
Arnaldo Carvalho de Melo
2015-05-15
perf tools: Use atomic.h for the map_groups refcount
Arnaldo Carvalho de Melo
2015-05-12
perf tests: Fix map_groups refcount test
Arnaldo Carvalho de Melo
2015-05-12
perf tests: Show refcounting broken expectations in thread-mg-share test
Arnaldo Carvalho de Melo
2015-05-08
perf machine: Protect the machine->threads with a rwlock
Arnaldo Carvalho de Melo
2014-07-17
perf tools: Move pr_* debug macros into debug object
Jiri Olsa
2014-04-28
perf tests: Add map groups sharing with thread object test
Jiri Olsa