summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/dlfilter.c
Commit message (Expand)AuthorAgeFilesLines
* perf dso: Add reference count checking and accessor functionsIan Rogers2024-05-061-6/+6
* Merge tag 'perf-tools-fixes-for-v6.6-2-2023-10-20' into perf-tools-nextNamhyung Kim2023-10-301-17/+15
|\
| * perf dlfilter: Fix use of addr_location__exit() in dlfilter__object_code()Adrian Hunter2023-09-291-17/+15
* | perf dlfilter: Be defensive against potential NULL dereferenceIan Rogers2023-10-121-1/+3
|/
* perf dlfilter: Avoid leak in v0 API test use of resolve_address()Adrian Hunter2023-08-301-0/+2
* perf dlfilter: Add al_cleanup()Adrian Hunter2023-08-151-0/+29
* perf dlfilter: Initialize addr_location before passing it to thread__find_sym...Arnaldo Carvalho de Melo2023-08-151-0/+1
* perf addr_location: Add init/exit/copy functionsIan Rogers2023-06-121-3/+10
* perf thread: Add accessor functions for threadIan Rogers2023-06-121-2/+2
* perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers2023-04-061-1/+1
* perf map: Add accessor for start and endIan Rogers2023-04-041-4/+4
* perf map: Add accessor for dsoIan Rogers2023-04-041-4/+6
* perf maps: Add functions to access mapsIan Rogers2023-04-041-2/+6
* perf tools: Fix usage of the verbose variableYang Jihong2022-12-201-1/+1
* perf dlfilter: Add machine_pid and vcpuAdrian Hunter2022-07-201-0/+2
* perf tests: Add dlfilter testAdrian Hunter2021-08-111-2/+2
* perf build: Move perf_dlfilters.h in the source treeAdrian Hunter2021-08-111-1/+1
* perf dlfilter: Add object_code() to perf_dlfilter_fnsAdrian Hunter2021-07-011-0/+34
* perf dlfilter: Add attr() to perf_dlfilter_fnsAdrian Hunter2021-07-011-0/+11
* perf dlfilter: Add srcline() to perf_dlfilter_fnsAdrian Hunter2021-07-011-0/+28
* perf dlfilter: Add insn() to perf_dlfilter_fnsAdrian Hunter2021-07-011-0/+32
* perf dlfilter: Add resolve_address() to perf_dlfilter_fnsAdrian Hunter2021-07-011-0/+29
* perf script: Add option to pass arguments to dlfiltersAdrian Hunter2021-07-011-7/+38
* perf script: Add option to list dlfiltersAdrian Hunter2021-07-011-1/+116
* perf script: Add dlfilter__filter_event_early()Adrian Hunter2021-07-011-2/+7
* perf script: Add API for filtering via dynamically loaded shared objectAdrian Hunter2021-07-011-0/+330