aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/tests/code-reading.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__new_online_cpus()Ian Rogers1-1/+1
2023-11-09perf test: Add option to change objdump binaryJames Clark1-1/+1
2023-11-09perf test: Simplify "object code reading" testNamhyung Kim1-53/+23
2023-10-04tools/perf/tests: Fix object code reading to skip address that falls out of text sectionAthira Rajeev1-0/+10
2023-06-12perf machine: Make delete_threads part of machine__exitIan Rogers1-1/+0
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers1-1/+2
2023-06-12perf thread: Add accessor functions for threadIan Rogers1-1/+1
2023-04-06perf map: Changes to reference countingIan Rogers1-0/+1
2023-04-04perf map: Add accessor for start and endIan Rogers1-4/+4
2023-04-04perf map: Add accessor for dsoIan Rogers1-13/+15
2023-04-04perf maps: Add functions to access mapsIan Rogers1-1/+1
2023-03-20perf tests: Add common error route for code-readingIan Rogers1-16/+23
2022-12-14perf util: Add host_is_bigendian to util.hIan Rogers1-2/+2
2022-08-10perf tools: Do not pass NULL to parse_events()Adrian Hunter1-1/+1
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-10-08Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-2/+2
2021-09-27perf tests: Fix flaky test 'Object code reading'James Clark1-2/+2
2021-09-17perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events during recordNamhyung Kim1-1/+2
2021-03-23perf tools: Fix various typos in commentsIngo Molnar1-1/+1
2021-03-06perf test: Fix cpu and thread map leaks in code_reading testNamhyung Kim1-7/+3
2021-02-17perf tools: Add OCaml demanglingFabian Hemmer1-9/+1
2020-11-30perf evlist: Use the right prefix for 'struct evlist' event attribute config methodsArnaldo Carvalho de Melo1-1/+1
2020-11-30perf evlist: Use the right prefix for alternative 'struct evlist' constructorsArnaldo Carvalho de Melo1-1/+1
2020-11-30perf evlist: Use the right prefix for 'struct evlist' sample parsing methodsArnaldo Carvalho de Melo1-2/+2
2020-06-22perf evlist: Fix the class prefix for 'struct evlist' strerror methodsArnaldo Carvalho de Melo1-1/+1
2019-11-26perf thread: Rename thread->mg to thread->mapsArnaldo Carvalho de Melo1-1/+1
2019-10-10libperf: Adopt perf_mmap__read_event() from tools/perfJiri Olsa1-1/+1
2019-10-10libperf: Adopt perf_mmap__read_done() from tools/perfJiri Olsa1-1/+1
2019-10-10libperf: Adopt perf_mmap__read_init() from tools/perfJiri Olsa1-1/+1
2019-10-10libperf: Adopt perf_mmap__consume() function from tools/perfJiri Olsa1-1/+2
2019-09-25libperf: Add perf_evlist__first()/last() functionsJiri Olsa1-1/+1
2019-09-25libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'Jiri Olsa1-1/+1
2019-09-25perf evlist: Adopt backwards ring buffer state enumArnaldo Carvalho de Melo1-0/+1
2019-09-25perf tools: Rename perf_evlist__mmap() to evlist__mmap()Jiri Olsa1-2/+2
2019-09-25perf tools: Rename 'struct perf_mmap' to 'struct mmap'Jiri Olsa1-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-1/+0
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo1-0/+6
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo1-0/+1
2019-08-29perf tools: Remove debug.h from header files not needing itArnaldo Carvalho de Melo1-0/+1
2019-08-26perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo1-0/+1
2019-07-29libperf: Add perf_evlist__set_maps() functionJiri Olsa1-2/+3
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa1-2/+3
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa1-3/+3
2019-07-29libperf: Add perf_thread_map__get()/perf_thread_map__put()Jiri Olsa1-2/+2
2019-07-29libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa1-2/+2
2019-07-29perf evlist: Rename perf_evlist__disable() to evlist__disable()Jiri Olsa1-1/+1
2019-07-29perf evlist: Rename perf_evlist__enable() to evlist__enable()Jiri Olsa1-1/+1
2019-07-29perf evlist: Rename perf_evlist__open() to evlist__open()Jiri Olsa1-1/+1