index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
tests
/
topology.c
Age
Commit message (
Expand
)
Author
2020-04-23
perf test session topology: Fix data path
Tommi Rantala
2019-09-20
perf session: Return error code for perf_session__new() function on failure
Mamatha Inamdar
2019-09-20
perf env: Remove needless cpumap.h header
Arnaldo Carvalho de Melo
2019-09-20
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
2019-07-29
libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
Jiri Olsa
2019-07-29
libperf: Add perf_cpu_map__get()/perf_cpu_map__put()
Jiri Olsa
2019-07-29
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
2018-06-25
perf test session topology: Fix test on s390
Thomas Richter
2018-05-30
perf test: "Session topology" dumps core on s390
Thomas Richter
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-30
perf tools: Add struct perf_data_file
Jiri Olsa
2017-10-30
perf tools: Rename struct perf_data_file to perf_data
Jiri Olsa
2017-08-11
perf test: Add 'struct test *' to the test functions
Arnaldo Carvalho de Melo
2017-02-17
perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology...
Jan Stancek
2015-11-19
perf tests: Pass the subtest index to each test routine
Arnaldo Carvalho de Melo
2015-10-19
perf cpu_map: Add data arg to cpu_map__build_map callback
Jiri Olsa
2015-09-14
perf test: Add entry to test cpu topology
Kan Liang