Searched refs:sample_type (Results 76 - 100 of 103) sorted by last modified time

12345

/linux-master/tools/testing/selftests/bpf/
H A Dget_cgroup_id_user.c107 attr.sample_type = PERF_SAMPLE_RAW;
/linux-master/tools/perf/util/
H A Ddata-convert-bt.c600 u64 type = evsel->core.attr.sample_type;
770 if (evsel->core.attr.sample_type & PERF_SAMPLE_CPU)
808 unsigned long type = evsel->core.attr.sample_type;
1100 u64 type = evsel->core.attr.sample_type;
/linux-master/tools/perf/tests/
H A Dsample-parsing.c196 static int do_test(u64 sample_type, u64 sample_regs, u64 read_format) argument
202 .sample_type = sample_type,
276 if (sample_type & PERF_SAMPLE_REGS_USER)
279 if (sample_type & PERF_SAMPLE_REGS_INTR)
282 if (sample_type & PERF_SAMPLE_BRANCH_STACK)
297 sz = perf_event__sample_event_size(&sample, sample_type, read_format);
310 err = perf_event__synthesize_sample(event, sample_type, read_format,
313 pr_debug("%s failed for sample_type %#"PRIx64", error %d\n",
314 "perf_event__synthesize_sample", sample_type, er
380 u64 sample_type; local
[all...]
H A Dwp.c49 attr->sample_type = PERF_SAMPLE_IP;
H A Dbp_account.c56 attr->sample_type = PERF_SAMPLE_IP;
H A Dbp_signal.c117 pe.sample_type = PERF_SAMPLE_IP;
H A Dbp_signal_overflow.c94 pe.sample_type = PERF_SAMPLE_IP;
/linux-master/tools/perf/arch/x86/tests/
H A Dsample-parsing.c38 static int do_test(u64 sample_type) argument
44 .sample_type = sample_type,
59 sz = perf_event__sample_event_size(&sample, sample_type, 0);
72 err = perf_event__synthesize_sample(event, sample_type, 0, &sample);
74 pr_debug("%s failed for sample_type %#"PRIx64", error %d\n",
75 "perf_event__synthesize_sample", sample_type, err);
90 evsel.sample_size = __evsel__sample_size(sample_type);
94 pr_debug("%s failed for sample_type %#"PRIx64", error %d\n",
95 "evsel__parse_sample", sample_type, er
[all...]
H A Dintel-cqm.c80 pe.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_READ;
/linux-master/sound/soc/intel/skylake/
H A Dskl-topology.h101 u8 sample_type; member in struct:skl_audio_data_format
219 u32 sample_type; member in struct:skl_module_fmt
/linux-master/kernel/trace/
H A Dtrace_event_perf.c71 if (p_event->attr.sample_type & PERF_SAMPLE_STACK_USER)
76 if (!(p_event->attr.sample_type & PERF_SAMPLE_RAW))
/linux-master/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dbhrb_filter_map_test.c59 event.attr.sample_type = PERF_SAMPLE_BRANCH_STACK;
H A Dmmcra_bhrb_ind_call_test.c40 event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK;
H A Dmisc.c114 event.attr.sample_type = PERF_SAMPLE_REGS_INTR;
270 u64 type = event->attr.sample_type;
H A Dmmcra_bhrb_any_test.c36 event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK;
H A Dmmcra_bhrb_cond_test.c40 event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK;
H A Dmmcra_bhrb_disable_test.c37 event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK;
H A Dbhrb_no_crash_wo_pmu_test.c41 event.attr.sample_type = PERF_SAMPLE_BRANCH_STACK;
H A Dintr_regs_no_crash_wo_pmu_test.c40 event.attr.sample_type = PERF_SAMPLE_REGS_INTR;
/linux-master/tools/bpf/bpftool/
H A Dmap_perf_ring.c113 .sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_TIME,
/linux-master/tools/perf/python/
H A Dtracepoint.py15 sample_type = perf.SAMPLE_PERIOD | perf.SAMPLE_TID | perf.SAMPLE_CPU | perf.SAMPLE_RAW | perf.SAMPLE_TIME)
H A Dtwatch.py19 sample_type = perf.SAMPLE_PERIOD | perf.SAMPLE_TID | perf.SAMPLE_CPU)
/linux-master/tools/testing/selftests/powerpc/pmu/
H A Devent.c39 e->attr.sample_type = PERF_SAMPLE_REGS_INTR;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dperf_branches.c114 attr.sample_type = PERF_SAMPLE_BRANCH_STACK;
/linux-master/samples/bpf/
H A Dtrace_event_user.c262 .sample_type = PERF_SAMPLE_ADDR,

Completed in 229 milliseconds

12345