Home
last modified time | relevance | path

Searched defs:simd_flags (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Dsample.h72 struct simd_flags { struct
73 u8 arch:1, /* architecture (isa) */
74 pred:2; /* predication */
125 struct simd_flags simd_flags; member
H A Darm-spe.c352 struct simd_flags simd_flags = {}; in arm_spe__synth_simd_flags() local
H A Dhist.h266 struct simd_flags simd_flags; member
H A Dsort.c192 static const char *hist_entry__get_simd_name(struct simd_flags *simd_flags) in hist_entry__get_simd_name()