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