Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
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()
Dthread.h167 static inline int thread__cpu(const struct thread *thread) in thread__cpu() function
Darm-spe.c259 speq->cpu = thread__cpu(speq->thread); in arm_spe_set_pid_tid_cpu()
Dintel-pt.c1494 ptq->cpu = thread__cpu(ptq->thread); in intel_pt_set_pid_tid_cpu()