Searched refs:nonany_branch_mode (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-report.c | 84 bool nonany_branch_mode; member 302 rep->nonany_branch_mode, in process_sample_event() 428 rep->nonany_branch_mode = true; in report__setup_sample_type()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-report.c | 94 bool nonany_branch_mode; member 328 rep->nonany_branch_mode, in process_sample_event() 454 rep->nonany_branch_mode = true; in report__setup_sample_type()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.h | 546 struct perf_sample *sample, bool nonany_branch_mode,
|
H A D | hist.c | 2619 struct perf_sample *sample, bool nonany_branch_mode, in hist__account_cycles() 2643 nonany_branch_mode ? NULL : prev, in hist__account_cycles() 2618 hist__account_cycles(struct branch_stack *bs, struct addr_location *al, struct perf_sample *sample, bool nonany_branch_mode, u64 *total_cycles) hist__account_cycles() argument
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.h | 560 struct perf_sample *sample, bool nonany_branch_mode,
|
H A D | hist.c | 2671 struct perf_sample *sample, bool nonany_branch_mode, in hist__account_cycles() 2695 nonany_branch_mode ? NULL : prev, in hist__account_cycles() 2670 hist__account_cycles(struct branch_stack *bs, struct addr_location *al, struct perf_sample *sample, bool nonany_branch_mode, u64 *total_cycles) hist__account_cycles() argument
|
Completed in 14 milliseconds