Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsample.c101 e_machine = thread__e_machine(thread, machine, /*e_flags=*/NULL); in perf_sample__fetch_insn()
H A Dthread.c485 uint16_t thread__e_machine(struct thread *thread, struct machine *machine, uint32_t *e_flags) in thread__e_machine() function
513 e_machine = thread__e_machine(parent, machine, &local_e_flags); in thread__e_machine()
H A Dunwind-libunwind-local.c587 perf_arch_reg_sp(thread__e_machine(ui->thread, in access_mem()
738 uint16_t e_machine = thread__e_machine(ui->thread, ui->machine, /*e_flags=*/NULL); in get_entries()
H A Dthread.h314 uint16_t thread__e_machine(struct thread *thread, struct machine *machine, uint32_t *e_flags);
H A Dunwind-libdw.c351 uint16_t e_machine = thread__e_machine(thread, machine, &e_flags); in unwind__get_entries()
H A Dthread-stack.c160 uint16_t e_machine = thread__e_machine(thread, machine, /*e_flags=*/NULL); in thread_stack__init()
H A Dsession.c1129 e_machine = thread__e_machine(thread, machine, &e_flags); in dump_sample()
2976 args->e_machine = thread__e_machine(thread, /*machine=*/NULL, &args->e_flags); in perf_session__e_machine_cb()
H A Dannotate.c996 e_machine = thread__e_machine(thread, machine, &e_flags); in thread__get_arch()
/linux/tools/perf/
H A Dbuiltin-trace.c2792 e_machine = thread__e_machine(thread, trace->host, /*e_flags=*/NULL); in trace__sys_enter()
2871 e_machine = thread__e_machine(thread, trace->host, /*e_flags=*/NULL); in trace__fprintf_sys_enter()
2937 e_machine = thread__e_machine(thread, trace->host, /*e_flags=*/NULL); in trace__sys_exit()
3289 ? thread__e_machine(thread, trace->host, /*e_flags=*/NULL) in trace__event_handler()
4921 int e_machine = thread__e_machine(thread, trace->host, /*e_flags=*/NULL); in trace__fprintf_thread()
H A Dbuiltin-kvm.c927 uint16_t e_machine = thread__e_machine(thread, machine, /*e_flags=*/NULL); in per_vcpu_record()
H A Dbuiltin-script.c2517 thread__e_machine(thread, machine, &e_flags), in process_event()
2524 thread__e_machine(thread, machine, &e_flags), in process_event()
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c929 e_machine = thread__e_machine(al->thread, /*machine=*/NULL, &e_flags); in get_perf_sample_dict()