Searched refs:machine__set_current_tid (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/tools/perf/util/ |
| D | machine.h | 255 int machine__set_current_tid(struct machine *machine, int cpu, pid_t pid,
|
| D | intel-pt.c | 1867 err = machine__set_current_tid(pt->machine, ptq->cpu, -1, tid); in intel_pt_next_tid() 2424 return machine__set_current_tid(pt->machine, cpu, -1, tid); in intel_pt_process_switch() 2462 return machine__set_current_tid(pt->machine, cpu, pid, tid); in intel_pt_context_switch_in() 2503 return machine__set_current_tid(pt->machine, cpu, pid, tid); in intel_pt_context_switch() 2518 return machine__set_current_tid(pt->machine, sample->cpu, in intel_pt_process_itrace_start()
|
| D | cs-etm.c | 1067 err = machine__set_current_tid(etm->machine, cpu, tid, tid); in cs_etm__etmq_set_tid()
|
| D | machine.c | 2623 int machine__set_current_tid(struct machine *machine, int cpu, pid_t pid, in machine__set_current_tid() function
|