Home
last modified time | relevance | path

Searched refs:sample_flags (Results 1 – 2 of 2) sorted by relevance

/tools/perf/util/
Dintel-bts.c83 u32 sample_flags; member
296 sample.flags = btsq->sample_flags; in intel_bts_synth_branch_sample()
387 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()
390 btsq->sample_flags = 0; in intel_bts_get_branch_type()
393 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()
399 btsq->sample_flags = 0; in intel_bts_get_branch_type()
408 btsq->sample_flags = intel_pt_insn_type(btsq->intel_pt_insn.op); in intel_bts_get_branch_type()
412 btsq->sample_flags != (PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()
415 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()
449 thread_stack__event(thread, btsq->sample_flags, in intel_bts_process_buffer()
[all …]
/tools/perf/
Dbuiltin-script.c677 } sample_flags[] = { variable
703 for (i = 0; sample_flags[i].name ; i++) { in print_sample_flags()
704 if (sample_flags[i].flags == (flags & ~PERF_IP_FLAG_IN_TX)) { in print_sample_flags()
705 name = sample_flags[i].name; in print_sample_flags()