Home
last modified time | relevance | path

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

/tools/perf/util/
Dbpf-filter.c62 if (evsel->core.attr.sample_type & expr->sample_flags) in check_sample_flags()
75 info = get_sample_info(expr->sample_flags); in check_sample_flags()
78 evsel__name(evsel), expr->sample_flags); in check_sample_flags()
108 .flags = expr->sample_flags, in perf_bpf_filter__prepare()
125 .flags = group->sample_flags, in perf_bpf_filter__prepare()
176 struct perf_bpf_filter_expr *perf_bpf_filter_expr__new(unsigned long sample_flags, int part, in perf_bpf_filter_expr__new() argument
184 expr->sample_flags = sample_flags; in perf_bpf_filter_expr__new()
Dbpf-filter.h14 unsigned long sample_flags; member
21 struct perf_bpf_filter_expr *perf_bpf_filter_expr__new(unsigned long sample_flags, int part,
Dintel-bts.c77 u32 sample_flags; member
293 sample.flags = btsq->sample_flags; in intel_bts_synth_branch_sample()
369 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()
372 btsq->sample_flags = 0; in intel_bts_get_branch_type()
375 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()
381 btsq->sample_flags = 0; in intel_bts_get_branch_type()
390 btsq->sample_flags = intel_pt_insn_type(btsq->intel_pt_insn.op); in intel_bts_get_branch_type()
394 btsq->sample_flags != (PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()
397 btsq->sample_flags = PERF_IP_FLAG_BRANCH | in intel_bts_get_branch_type()
431 thread_stack__event(thread, btsq->cpu, btsq->sample_flags, in intel_bts_process_buffer()
[all …]
/tools/perf/util/bpf_skel/
Dsample_filter.bpf.c24 __u64 sample_flags; member
51 if (!bpf_core_field_exists(data->sample_flags) || in perf_get_sample()
52 (data->sample_flags & entry->flags) == 0) in perf_get_sample()
/tools/perf/
Dbuiltin-script.c1609 } sample_flags[] = { variable
1632 for (i = 0; sample_flags[i].name ; i++) { in sample_flags_to_name()
1633 if (sample_flags[i].flags == flags) in sample_flags_to_name()
1634 return sample_flags[i].name; in sample_flags_to_name()