summaryrefslogtreecommitdiff
path: root/tools/perf/util/dlfilter.c
AgeCommit message (Expand)Author
2023-10-30Merge tag 'perf-tools-fixes-for-v6.6-2-2023-10-20' into perf-tools-nextNamhyung Kim
2023-10-12perf dlfilter: Be defensive against potential NULL dereferenceIan Rogers
2023-09-29perf dlfilter: Fix use of addr_location__exit() in dlfilter__object_code()Adrian Hunter
2023-08-30perf dlfilter: Avoid leak in v0 API test use of resolve_address()Adrian Hunter
2023-08-15perf dlfilter: Add al_cleanup()Adrian Hunter
2023-08-15perf dlfilter: Initialize addr_location before passing it to thread__find_sym...Arnaldo Carvalho de Melo
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: Add helper for ->map_ip() and ->unmap_ip()Ian 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
2022-12-20perf tools: Fix usage of the verbose variableYang Jihong
2022-07-20perf dlfilter: Add machine_pid and vcpuAdrian Hunter
2021-08-11perf tests: Add dlfilter testAdrian Hunter
2021-08-11perf build: Move perf_dlfilters.h in the source treeAdrian Hunter
2021-07-01perf dlfilter: Add object_code() to perf_dlfilter_fnsAdrian Hunter
2021-07-01perf dlfilter: Add attr() to perf_dlfilter_fnsAdrian Hunter
2021-07-01perf dlfilter: Add srcline() to perf_dlfilter_fnsAdrian Hunter
2021-07-01perf dlfilter: Add insn() to perf_dlfilter_fnsAdrian Hunter
2021-07-01perf dlfilter: Add resolve_address() to perf_dlfilter_fnsAdrian Hunter
2021-07-01perf script: Add option to pass arguments to dlfiltersAdrian Hunter
2021-07-01perf script: Add option to list dlfiltersAdrian Hunter
2021-07-01perf script: Add dlfilter__filter_event_early()Adrian Hunter
2021-07-01perf script: Add API for filtering via dynamically loaded shared objectAdrian Hunter