Searched refs:machine__set_current_tid (Results 1 - 4 of 4) sorted by path

/linux-master/tools/perf/util/
H A Darm-spe.c266 int err = machine__set_current_tid(spe->machine, speq->cpu, -1, tid);
896 return machine__set_current_tid(spe->machine, cpu, pid, tid);
H A Dintel-pt.c2555 err = machine__set_current_tid(pt->machine, ptq->cpu, -1, tid);
3234 return machine__set_current_tid(pt->machine, cpu, -1, tid);
3273 return machine__set_current_tid(pt->machine, cpu, pid, tid);
3300 return machine__set_current_tid(machine, sample->vcpu, sample->pid, sample->tid);
3338 return machine__set_current_tid(pt->machine, cpu, pid, tid);
3353 return machine__set_current_tid(pt->machine, sample->cpu,
H A Dmachine.c3015 int machine__set_current_tid(struct machine *machine, int cpu, pid_t pid, function
H A Dmachine.h278 int machine__set_current_tid(struct machine *machine, int cpu, pid_t pid,

Completed in 347 milliseconds