Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dmachine.h302 int machine__set_current_tid(struct machine *machine, int cpu, pid_t pid,
H A Dintel-pt.c2607 err = machine__set_current_tid(pt->machine, ptq->cpu, -1, tid); in intel_pt_next_tid()
3286 return machine__set_current_tid(pt->machine, cpu, -1, tid); in intel_pt_process_switch()
3325 return machine__set_current_tid(pt->machine, cpu, pid, tid); in intel_pt_context_switch_in()
3352 return machine__set_current_tid(machine, sample->vcpu, sample->pid, sample->tid); in intel_pt_guest_context_switch()
3390 return machine__set_current_tid(pt->machine, cpu, pid, tid); in intel_pt_context_switch()
3405 return machine__set_current_tid(pt->machine, sample->cpu, in intel_pt_process_itrace_start()
H A Darm-spe.c298 int err = machine__set_current_tid(spe->machine, speq->cpu, -1, tid); in arm_spe_set_tid()
1183 return machine__set_current_tid(spe->machine, cpu, pid, tid); in arm_spe_context_switch()
H A Dmachine.c3050 int machine__set_current_tid(struct machine *machine, int cpu, pid_t pid, in machine__set_current_tid() function