Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dthread.c481 uint16_t thread__e_machine(struct thread *thread, struct machine *machine) in thread__e_machine() function
495 e_machine = thread__e_machine(parent, machine); in thread__e_machine()
H A Dthread.h310 uint16_t thread__e_machine(struct thread *thread, struct machine *machine);
/linux/tools/perf/
H A Dbuiltin-trace.c2770 e_machine = thread__e_machine(thread, trace->host); in trace__sys_enter()
2849 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()
3266 int e_machine = thread ? thread__e_machine(thread, trace->host) : EM_HOST; in trace__event_handler()
4893 int e_machine = thread__e_machine(thread, trace->host); in trace__fprintf_thread()