Searched refs:machine__set_current_tid (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | machine.h | 265 int machine__set_current_tid(struct machine *machine, int cpu, pid_t pid,
|
H A D | intel-pt.c | 1953 err = machine__set_current_tid(pt->machine, ptq->cpu, -1, tid); in intel_pt_next_tid() 2555 return machine__set_current_tid(pt->machine, cpu, -1, tid); in intel_pt_process_switch() 2593 return machine__set_current_tid(pt->machine, cpu, pid, tid); in intel_pt_context_switch_in() 2628 return machine__set_current_tid(pt->machine, cpu, pid, tid); in intel_pt_context_switch() 2643 return machine__set_current_tid(pt->machine, sample->cpu, in intel_pt_process_itrace_start()
|
H A D | cs-etm.c | 1097 err = machine__set_current_tid(etm->machine, cpu, tid, tid); in cs_etm__etmq_set_tid()
|
H A D | machine.c | 2987 int machine__set_current_tid(struct machine *machine, int cpu, pid_t pid, in machine__set_current_tid() function
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | machine.h | 285 int machine__set_current_tid(struct machine *machine, int cpu, pid_t pid,
|
H A D | arm-spe.c | 266 int err = machine__set_current_tid(spe->machine, speq->cpu, -1, tid); in arm_spe_set_tid() 896 return machine__set_current_tid(spe->machine, cpu, pid, tid); in arm_spe_context_switch()
|
H A D | intel-pt.c | 2553 err = machine__set_current_tid(pt->machine, ptq->cpu, -1, tid); in intel_pt_next_tid() 3232 return machine__set_current_tid(pt->machine, cpu, -1, tid); in intel_pt_process_switch() 3271 return machine__set_current_tid(pt->machine, cpu, pid, tid); in intel_pt_context_switch_in() 3298 return machine__set_current_tid(machine, sample->vcpu, sample->pid, sample->tid); in intel_pt_guest_context_switch() 3336 return machine__set_current_tid(pt->machine, cpu, pid, tid); in intel_pt_context_switch() 3351 return machine__set_current_tid(pt->machine, sample->cpu, in intel_pt_process_itrace_start()
|
H A D | machine.c | 3264 int machine__set_current_tid(struct machine *machine, int cpu, pid_t pid, in machine__set_current_tid() function
|
Completed in 25 milliseconds