Home
last modified time | relevance | path

Searched refs:thread__e_machine (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dthread.c459 uint16_t thread__e_machine(struct thread *thread, struct machine *machine) in thread__e_machine() function
473 e_machine = thread__e_machine(parent, machine); in thread__e_machine()
H A Dthread.h309 uint16_t thread__e_machine(struct thread *thread, struct machine *machine);
/linux-6.15/tools/perf/
H A Dbuiltin-trace.c2763 e_machine = thread__e_machine(thread, trace->host); in trace__sys_enter()
2842 e_machine = thread__e_machine(thread, trace->host); in trace__fprintf_sys_enter()
2915 e_machine = thread__e_machine(thread, trace->host); in trace__sys_exit()
3265 int e_machine = thread ? thread__e_machine(thread, trace->host) : EM_HOST; in trace__event_handler()
4914 int e_machine = thread__e_machine(thread, trace->host); in trace__fprintf_thread()