#!/bin/bash (perf record -e raw_syscalls:sys_exit $@ || \ perf record -e syscalls:sys_exit $@) 2> /dev/null el='alternate' title='Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/tools/perf/dlfilters?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/tools/perf/dlfilters
AgeCommit message (Expand)Author
2024-10-22perf tools: Simplify evsel__add_modifier()Namhyung Kim
2023-09-30perf dlfilter: Add a test for object_code()Adrian Hunter
2023-08-15perf dlfilter: Add al_cleanup()Adrian Hunter
2023-08-15perf dlfilter: Add a test for resolve_address()Adrian Hunter
2022-12-20perf tools: Fix usage of the verbose variableYang Jihong
2022-09-08perf dlfilter dlfilter-show-cycles: Fix types for print formatAdrian Hunter
2021-12-16perf dlfilter: Drop unused variableSalvatore Bonaccorso
2021-10-27perf dlfilter: Add dlfilter-show-cyclesAdrian Hunter
2021-08-11perf tests: Add dlfilter testAdrian Hunter