summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/code-reading.c
Commit message (Expand)AuthorAgeFilesLines
* perf dso: Add reference count checking and accessor functionsIan Rogers2024-05-061-4/+4
* perf tests: Apply attributes to all events in object code reading testJames Clark2024-04-121-5/+5
* libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers2023-12-121-1/+1
* perf test: Add option to change objdump binaryJames Clark2023-11-091-1/+1
* perf test: Simplify "object code reading" testNamhyung Kim2023-11-091-53/+23
* tools/perf/tests: Fix object code reading to skip address that falls out of t...Athira Rajeev2023-10-041-0/+10
* perf machine: Make delete_threads part of machine__exitIan Rogers2023-06-121-1/+0
* perf addr_location: Add init/exit/copy functionsIan Rogers2023-06-121-1/+2
* perf thread: Add accessor functions for threadIan Rogers2023-06-121-1/+1
* perf map: Changes to reference countingIan Rogers2023-04-061-0/+1
* perf map: Add accessor for start and endIan Rogers2023-04-041-4/+4
* perf map: Add accessor for dsoIan Rogers2023-04-041-13/+15
* perf maps: Add functions to access mapsIan Rogers2023-04-041-1/+1
* perf tests: Add common error route for code-readingIan Rogers2023-03-201-16/+23
* perf util: Add host_is_bigendian to util.hIan Rogers2022-12-141-2/+2
* perf tools: Do not pass NULL to parse_events()Adrian Hunter2022-08-101-1/+1
* perf test: Rename struct test to test_suiteIan Rogers2021-11-131-1/+1
* perf test: Move each test suite struct to its testIan Rogers2021-11-131-1/+3
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-10-081-2/+2
|\
| * perf tests: Fix flaky test 'Object code reading'James Clark2021-09-271-2/+2
* | perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events durin...Namhyung Kim2021-09-171-1/+2
|/
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* perf test: Fix cpu and thread map leaks in code_reading testNamhyung Kim2021-03-061-7/+3
* perf tools: Add OCaml demanglingFabian Hemmer2021-02-171-9/+1
* perf evlist: Use the right prefix for 'struct evlist' event attribute config ...Arnaldo Carvalho de Melo2020-11-301-1/+1
* perf evlist: Use the right prefix for alternative 'struct evlist' constructorsArnaldo Carvalho de Melo2020-11-301-1/+1
* perf evlist: Use the right prefix for 'struct evlist' sample parsing methodsArnaldo Carvalho de Melo2020-11-301-2/+2
* perf evlist: Fix the class prefix for 'struct evlist' strerror methodsArnaldo Carvalho de Melo2020-06-221-1/+1
* perf thread: Rename thread->mg to thread->mapsArnaldo Carvalho de Melo2019-11-261-1/+1
* libperf: Adopt perf_mmap__read_event() from tools/perfJiri Olsa2019-10-101-1/+1
* libperf: Adopt perf_mmap__read_done() from tools/perfJiri Olsa2019-10-101-1/+1
* libperf: Adopt perf_mmap__read_init() from tools/perfJiri Olsa2019-10-101-1/+1
* libperf: Adopt perf_mmap__consume() function from tools/perfJiri Olsa2019-10-101-1/+2
* libperf: Add perf_evlist__first()/last() functionsJiri Olsa2019-09-251-1/+1
* libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'Jiri Olsa2019-09-251-1/+1
* perf evlist: Adopt backwards ring buffer state enumArnaldo Carvalho de Melo2019-09-251-0/+1
* perf tools: Rename perf_evlist__mmap() to evlist__mmap()Jiri Olsa2019-09-251-2/+2
* perf tools: Rename 'struct perf_mmap' to 'struct mmap'Jiri Olsa2019-09-251-1/+1
* perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo2019-09-201-0/+1
* perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo2019-09-201-1/+0
* perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo2019-08-311-0/+6
* perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo2019-08-311-0/+1
* perf tools: Remove debug.h from header files not needing itArnaldo Carvalho de Melo2019-08-291-0/+1
* perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo2019-08-261-0/+1
* libperf: Add perf_evlist__set_maps() functionJiri Olsa2019-07-291-2/+3
* libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa2019-07-291-2/+3
* libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa2019-07-291-3/+3
* libperf: Add perf_thread_map__get()/perf_thread_map__put()Jiri Olsa2019-07-291-2/+2
* libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa2019-07-291-2/+2
* perf evlist: Rename perf_evlist__disable() to evlist__disable()Jiri Olsa2019-07-291-1/+1