Home
last modified time | relevance | path

Searched defs:arm_spe_queue (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/tools/perf/util/
Darm-spe.c39 struct arm_spe_queue { struct
40 struct arm_spe *spe;
41 unsigned int queue_nr;
42 struct auxtrace_buffer *buffer;
43 bool on_heap;
44 bool done;
45 pid_t pid;
46 pid_t tid;
47 int cpu;
/kernel/linux/linux-5.10/tools/perf/util/
Darm-spe.c71 struct arm_spe_queue { struct
72 struct arm_spe *spe;
73 unsigned int queue_nr;
74 struct auxtrace_buffer *buffer;
75 struct auxtrace_buffer *old_buffer;
76 union perf_event *event_buf;
77 bool on_heap;
78 bool done;
79 pid_t pid;
80 pid_t tid;
[all …]