Home
last modified time | relevance | path

Searched refs:thread__set_e_machine (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Dthread.c58 thread__set_e_machine(thread, EM_NONE); in thread__new()
497 thread__set_e_machine(thread, e_machine); in thread__e_machine()
523 thread__set_e_machine(thread, e_machine); in thread__e_machine()
H A Dthread.h312 static inline void thread__set_e_machine(struct thread *thread, uint16_t e_machine) in thread__set_e_machine() function