Searched refs:machine__set_current_tid (Results 1 – 5 of 5) sorted by relevance
/linux/tools/perf/util/ |
A D | machine.h | 269 int machine__set_current_tid(struct machine *machine, int cpu, pid_t pid,
|
A D | arm-spe.c | 259 int err = machine__set_current_tid(spe->machine, speq->cpu, -1, tid); in arm_spe_set_tid() 745 return machine__set_current_tid(spe->machine, cpu, pid, tid); in arm_spe_context_switch()
|
A D | intel-pt.c | 2215 err = machine__set_current_tid(pt->machine, ptq->cpu, -1, tid); in intel_pt_next_tid() 2848 return machine__set_current_tid(pt->machine, cpu, -1, tid); in intel_pt_process_switch() 2886 return machine__set_current_tid(pt->machine, cpu, pid, tid); in intel_pt_context_switch_in() 2921 return machine__set_current_tid(pt->machine, cpu, pid, tid); in intel_pt_context_switch() 2936 return machine__set_current_tid(pt->machine, sample->cpu, in intel_pt_process_itrace_start()
|
A D | cs-etm.c | 1121 err = machine__set_current_tid(etm->machine, cpu, tid, tid); in cs_etm__etmq_set_tid()
|
A D | machine.c | 3044 int machine__set_current_tid(struct machine *machine, int cpu, pid_t pid, in machine__set_current_tid() function
|
Completed in 32 milliseconds