summaryrefslogtreecommitdiff
path: root/tools/perf/tests/openat-syscall-all-cpus.c
AgeCommit message (Expand)Author
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers
2022-10-04perf tests: Avoid pthread.h inclusionIan Rogers
2022-05-23perf test: Use skip in openat syscallIan Rogers
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers
2022-01-12perf test: Use perf_cpu_map__for_each_cpu()Ian Rogers
2022-01-12perf evsel: Derive CPUs and threads in alloc_countsIan Rogers
2021-11-13perf test: Rename struct test to test_suiteIan Rogers
2021-11-13perf test: Move each test suite struct to its testIan Rogers
2021-02-12perf env: Remove unneeded internal/cpumap inclusionsIan Rogers
2020-05-28perf counts: Rename perf_evsel__*counts() to evsel__*counts()Arnaldo Carvalho de Melo
2020-05-28perf evsel: Rename perf_evsel__new*() to evsel__new*()Arnaldo Carvalho de Melo
2020-05-05perf evsel: Rename *perf_evsel__read*() to *evsel__read()Arnaldo Carvalho de Melo
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo
2019-08-22perf tests: Add missing counts.hArnaldo Carvalho de Melo
2019-07-29libperf: Adopt simplified perf_evsel__close() function from tools/perfJiri Olsa
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa
2019-07-29libperf: Add perf_thread_map__get()/perf_thread_map__put()Jiri Olsa
2019-07-29libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa
2019-07-29perf evsel: Rename perf_evsel__open() to evsel__open()Jiri Olsa
2019-07-29perf evsel: Rename perf_evsel__delete() to evsel__delete()Jiri Olsa
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa
2019-07-29perf tools: Rename struct thread_map to struct perf_thread_mapJiri Olsa
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa
2019-03-19perf tests: Fix a memory leak of cpu_map object in the openat_syscall_event_o...Changbin Du
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-22perf evsel: Fix buffer overflow while freeing eventsAndi Kleen
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo
2017-04-19perf tools: Move path related functions to util/path.hArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2016-07-12perf tests: Add missing pthread.h include for CPU_*() macrosArnaldo Carvalho de Melo
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo
2016-04-18tools/perf: Fix misspellings in comments.Adam Buchbinder
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo
2015-10-19perf test: Silence tracepoint event failuresNamhyung Kim
2015-09-15perf evsel: Propagate error info from tp_formatJiri Olsa
2015-09-14perf tools: Switch to tracing_path interface on appropriate placesJiri Olsa
2015-09-14tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa
2015-06-26perf stat: Make stats work over the thread dimensionJiri Olsa
2015-06-26perf stat: Introduce perf_counts functionJiri Olsa
2015-06-25perf tools: Add reference counting for thread_map objectJiri Olsa
2015-06-16perf tools: Move perf_evsel__(alloc|free|reset)_counts into stat objectJiri Olsa
2015-05-29perf tests: Aename open*.c to openat*.cRiku Voipio