Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_WEIGHT_TYPE (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/tools/perf/Documentation/
H A Dperf-dlfilter.txt85 __u16 ins_lat; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */
86 __u16 p_stage_cyc; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */
95 __u64 weight; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */
/openbmc/linux/arch/x86/events/intel/
H A Dds.c1182 PERF_SAMPLE_WEIGHT_TYPE | \
1209 tsx_weight = (sample_type & PERF_SAMPLE_WEIGHT_TYPE) && in pebs_update_adaptive_cfg()
1638 if (fll && (sample_type & PERF_SAMPLE_WEIGHT_TYPE)) { in setup_pebs_fixed_sample_data()
1640 data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE; in setup_pebs_fixed_sample_data()
1737 if ((sample_type & PERF_SAMPLE_WEIGHT_TYPE) && !fll) { in setup_pebs_fixed_sample_data()
1739 data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE; in setup_pebs_fixed_sample_data()
1864 if (sample_type & PERF_SAMPLE_WEIGHT_TYPE) { in setup_pebs_adaptive_sample_data()
1884 data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE; in setup_pebs_adaptive_sample_data()
H A Dcore.c4421 (event->attr.sample_type & PERF_SAMPLE_WEIGHT_TYPE) && in rwc_get_event_constraints()
/openbmc/linux/arch/x86/events/amd/
H A Dibs.c980 if (sample_type & PERF_SAMPLE_WEIGHT_TYPE && op_data3.dc_miss && in perf_ibs_parse_ld_st_data()
990 data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE; in perf_ibs_parse_ld_st_data()
1010 sample_type & PERF_SAMPLE_WEIGHT_TYPE || in perf_ibs_get_offset_max()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h169 #define PERF_SAMPLE_WEIGHT_TYPE (PERF_SAMPLE_WEIGHT | PERF_SAMPLE_WEIGHT_STRUCT) macro
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h169 #define PERF_SAMPLE_WEIGHT_TYPE (PERF_SAMPLE_WEIGHT | PERF_SAMPLE_WEIGHT_STRUCT) macro
/openbmc/linux/arch/powerpc/perf/
H A Dcore-book3s.c2324 if (event->attr.sample_type & PERF_SAMPLE_WEIGHT_TYPE && in record_and_restart()
2327 data.sample_flags |= PERF_SAMPLE_WEIGHT_TYPE; in record_and_restart()
/openbmc/linux/arch/x86/events/
H A Dperf_event.h141 PERF_SAMPLE_WEIGHT_TYPE)
/openbmc/linux/tools/perf/util/
H A Dsynthetic-events.c1513 if (type & PERF_SAMPLE_WEIGHT_TYPE) in perf_event__sample_event_size()
1710 if (type & PERF_SAMPLE_WEIGHT_TYPE) { in perf_event__synthesize_sample()
H A Devsel.c2618 if (type & PERF_SAMPLE_WEIGHT_TYPE) { in evsel__parse_sample()
H A Dsession.c1374 if (sample_type & PERF_SAMPLE_WEIGHT_TYPE) { in dump_sample()
H A Dintel-pt.c2323 if (sample_type & PERF_SAMPLE_WEIGHT_TYPE) { in intel_pt_do_synth_pebs_sample()
/openbmc/linux/kernel/events/
H A Dcore.c1862 if (sample_type & PERF_SAMPLE_WEIGHT_TYPE) in __perf_event_header_size()
7467 if (sample_type & PERF_SAMPLE_WEIGHT_TYPE) in perf_output_sample()
7774 if (filtered_sample_type & PERF_SAMPLE_WEIGHT_TYPE) { in perf_prepare_sample()
7776 data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE; in perf_prepare_sample()
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c485 …evsel__do_check_stype(evsel, PERF_SAMPLE_WEIGHT_TYPE, "WEIGHT", PERF_OUTPUT_WEIGHT, allow_user_set… in evsel__check_attr()