aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/event_update.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-13perf test: Rename struct test to test_suiteIan Rogers1-1/+1
2021-11-13perf test: Move each test suite struct to its testIan Rogers1-1/+3
2021-07-15perf test event_update: Fix memory leak of unitRiccardo Mancini1-1/+3
2021-07-15perf test event_update: Fix memory leak of evlistRiccardo Mancini1-1/+1
2020-11-30perf evlist: Use the right prefix for alternative 'struct evlist' constructorsArnaldo Carvalho de Melo1-2/+1
2020-05-05perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo1-1/+1
2019-09-25libperf: Add perf_evlist__id_add() functionJiri Olsa1-1/+1
2019-09-25libperf: Add perf_evlist__first()/last() functionsJiri Olsa1-1/+1
2019-09-25libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functionsJiri Olsa1-1/+1
2019-09-20perf test: Fix spelling mistake "allos" -> "allocate"Colin Ian King1-1/+1
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo1-0/+1
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo1-0/+1
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo1-0/+2
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo1-0/+1
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa1-8/+8
2019-07-29libperf: Add own_cpus to struct perf_evselJiri Olsa1-2/+2
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa1-1/+2
2019-07-29libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa1-2/+2
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-1/+1
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-1/+1
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo1-1/+1
2016-04-25perf tests: Replace assignment with comparison on assert checkColin Ian King1-1/+1
2015-12-17perf tools: Add event_update event cpus typeJiri Olsa1-0/+29
2015-12-17perf tools: Add event_update event name typeJiri Olsa1-0/+25
2015-12-17perf tools: Add event_update event scale typeJiri Olsa1-0/+21
2015-12-17perf tools: Add event_update event unit typeJiri Olsa1-0/+42