Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_WEIGHT (Results 1 – 8 of 8) sorted by relevance

/tools/perf/arch/powerpc/util/
Devent.c20 if (type & PERF_SAMPLE_WEIGHT) in arch_perf_parse_sample_weight()
/tools/perf/arch/x86/util/
Devent.c88 if (type & PERF_SAMPLE_WEIGHT) in arch_perf_parse_sample_weight()
/tools/perf/tests/
Dsample-parsing.c150 if (type & PERF_SAMPLE_WEIGHT) in samples_same()
425 sample_type = (PERF_SAMPLE_MAX - 1) & ~PERF_SAMPLE_WEIGHT; in test__sample_parsing()
/tools/include/uapi/linux/
Dperf_event.h154 PERF_SAMPLE_WEIGHT = 1U << 14, enumerator
169 #define PERF_SAMPLE_WEIGHT_TYPE (PERF_SAMPLE_WEIGHT | PERF_SAMPLE_WEIGHT_STRUCT)
/tools/perf/util/bpf_skel/
Dsample_filter.bpf.c83 case PERF_SAMPLE_WEIGHT: in perf_get_sample()
/tools/perf/util/
Dbpf-filter.l79 weight { return sample(PERF_SAMPLE_WEIGHT); }
Ddata-convert-bt.c649 if (type & PERF_SAMPLE_WEIGHT) { in add_generic_values()
1142 if (type & PERF_SAMPLE_WEIGHT) in add_generic_types()
Darm-spe.c1149 PERF_SAMPLE_WEIGHT | PERF_SAMPLE_ADDR; in arm_spe_synth_events()