Searched refs:mispred_all (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | thread-stack.h | 85 unsigned int br_stack_sz, bool mispred_all);
|
H A D | thread-stack.c | 86 * @mispred_all: mark all branches as mispredicted 105 bool mispred_all; member 400 be->flags.mispred = ts->mispred_all; in thread_stack__update_br_stack() 408 unsigned int br_stack_sz, bool mispred_all) in thread_stack__event() 422 ts->mispred_all = mispred_all; in thread_stack__event() 406 thread_stack__event(struct thread *thread, int cpu, u32 flags, u64 from_ip, u64 to_ip, u16 insn_len, u64 trace_nr, bool callstack, unsigned int br_stack_sz, bool mispred_all) thread_stack__event() argument
|
H A D | intel-pt.c | 71 bool mispred_all; member 2056 pt->mispred_all); in intel_pt_sample() 3186 pt->mispred_all = perf_config_bool(var, value); in intel_pt_perf_config()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | thread-stack.h | 84 unsigned int br_stack_sz, bool mispred_all);
|
H A D | thread-stack.c | 86 * @mispred_all: mark all branches as mispredicted 105 bool mispred_all; member 400 be->flags.mispred = ts->mispred_all; in thread_stack__update_br_stack() 408 unsigned int br_stack_sz, bool mispred_all) in thread_stack__event() 422 ts->mispred_all = mispred_all; in thread_stack__event() 406 thread_stack__event(struct thread *thread, int cpu, u32 flags, u64 from_ip, u64 to_ip, u16 insn_len, u64 trace_nr, bool callstack, unsigned int br_stack_sz, bool mispred_all) thread_stack__event() argument
|
H A D | intel-pt.c | 79 bool mispred_all; member 2692 pt->mispred_all); in intel_pt_sample() 3983 pt->mispred_all = perf_config_bool(var, value); in intel_pt_perf_config()
|
Completed in 16 milliseconds