Home
last modified time | relevance | path

Searched refs:thread__cpu (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Ddata-convert-json.c182 else if (thread__cpu(al.thread) >= 0) in process_sample_event()
183 output_json_key_format(out, true, 3, "cpu", "%i", thread__cpu(al.thread)); in process_sample_event()
H A Dthread.h176 static inline int thread__cpu(const struct thread *thread) in thread__cpu() function
H A Darm-spe.c259 speq->cpu = thread__cpu(speq->thread); in arm_spe_set_pid_tid_cpu()
H A Dintel-pt.c1496 ptq->cpu = thread__cpu(ptq->thread); in intel_pt_set_pid_tid_cpu()