Searched refs:any_call (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/tests/shell/ |
| H A D | test_brstack.sh | 171 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 D | test-record-branch-filter-any_call | 3 args = --no-bpf-event -j any_call kill >/dev/null 2>&1
|
| H A D | README | 38 perf record -j any_call kill (test-record-branch-filter-any_call)
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-top.txt | 253 The option requires at least one branch type among any, any_call, any_ret, ind_call, cond.
|
| H A D | perf-record.txt | 446 - 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.
|