Home
last modified time | relevance | path

Searched refs:any_call (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/tests/shell/
H A Dtest_brstack.sh171 any_call,save_type,u,k -c 10000 -- \
186 any_call="CALL|IND_CALL|COND_CALL|SYSCALL|IRQ"
189 any_call="$any_call|FAULT_DATA|FAULT_INST"
192 test_filter "any_call" "$any_call"
198 test_filter "any_call,cond" "$any_call|COND"
199 test_filter "any_call,cond,any_ret" "$any_call|COND|RET|COND_RET"
/linux/tools/perf/tests/shell/attr/
H A Dtest-record-branch-filter-any_call3 args = --no-bpf-event -j any_call kill >/dev/null 2>&1
H A DREADME38 perf record -j any_call kill (test-record-branch-filter-any_call)
/linux/tools/perf/Documentation/
H A Dperf-top.txt253 The option requires at least one branch type among any, any_call, any_ret, ind_call, cond.
H A Dperf-record.txt446 - any_call: any function call or system call
473 The option requires at least one branch type among any, any_call, any_ret, ind_call, cond.