Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsample.h69 struct simd_flags { struct
70 u64 arch:1, /* architecture (isa) */
71 pred:2; /* predication */
121 struct simd_flags simd_flags; member
H A Dsort.h114 struct simd_flags simd_flags; member
H A Darm-spe.c278 struct simd_flags simd_flags = {}; in arm_spe__synth_simd_flags() local
H A Dsort.c153 static const char *hist_entry__get_simd_name(struct simd_flags *simd_flags) in hist_entry__get_simd_name()