Searched refs:weight_fields (Results 1 - 1 of 1) sorted by last modified time

/linux-master/arch/powerpc/perf/
H A Disa207-common.c363 union perf_sample_weight *weight_fields; local
389 weight_fields = (union perf_sample_weight *)weight;
391 weight_fields->full = weight_lat;
393 weight_fields->var1_dw = (u32)weight_lat;
395 weight_fields->var2_w = P10_SIER2_FINISH_CYC(mfspr(SPRN_SIER2));
396 weight_fields->var3_w = P10_SIER2_DISPATCH_CYC(mfspr(SPRN_SIER2));

Completed in 272 milliseconds