Searched defs:e_machine (Results 1 – 10 of 10) sorted by relevance
/linux/tools/perf/ |
H A D | builtin-trace.c | 1468 int e_machine; member 2480 static struct syscall *syscall__new(int e_machine, int id) in syscall__new() 2522 static struct syscall *trace__find_syscall(struct trace *trace, int e_machine, int id) in trace__find_syscall() 2563 int e_machine, int id) in trace__syscall_info() 2764 int augmented_args_size = 0, e_machine; in trace__sys_enter() local 2844 int augmented_args_size, e_machine; in trace__fprintf_sys_enter() local 2910 int alignment = trace->args_alignment, e_machine; in trace__sys_exit() local 3266 int e_machine = thread ? thread__e_machine(thread, trace->host) : EM_HOST; in trace__event_handler() local 3759 static void trace__init_syscall_bpf_progs(struct trace *trace, int e_machine, int id) in trace__init_syscall_bpf_progs() 3770 static int trace__bpf_prog_sys_enter_fd(struct trace *trace, int e_machine, int id) in trace__bpf_prog_sys_enter_fd() [all …]
|
/linux/tools/perf/util/ |
H A D | thread.h | 67 uint16_t e_machine; in DECLARE_RC_STRUCT() local 312 static inline void thread__set_e_machine(struct thread *thread, uint16_t e_machine) in thread__set_e_machine()
|
H A D | thread.c | 456 uint16_t e_machine = EM_NONE; in read_proc_e_machine_for_pid() local 484 uint16_t e_machine = RC_CHK_ACCESS(thread)->e_machine; in thread__e_machine() local
|
H A D | dso.c | 1199 uint16_t e_machine = EM_NONE; in dso__e_machine() local
|
H A D | symbol-elf.c | 420 static bool machine_is_x86(GElf_Half e_machine) in machine_is_x86()
|
/linux/arch/powerpc/boot/ |
H A D | elf.h | 58 Elf32_Half e_machine; member 75 Elf64_Half e_machine; member
|
/linux/tools/perf/jvmti/ |
H A D | jvmti_agent.c | 62 uint16_t e_machine; in get_e_machine() member
|
/linux/include/linux/ |
H A D | regset.h | 245 u16 e_machine; member
|
/linux/sound/pci/mixart/ |
H A D | mixart_hwdep.c | 65 __be16 e_machine; member
|
/linux/tools/testing/selftests/proc/ |
H A D | proc-pid-vm.c | 84 uint16_t e_machine; member
|