Home
last modified time | relevance | path

Searched defs:code (Results 1 – 24 of 24) sorted by relevance

/tools/include/uapi/linux/
Dbpf_common.h5 #define BPF_CLASS(code) ((code) & 0x07) argument
16 #define BPF_SIZE(code) ((code) & 0x18) argument
20 #define BPF_MODE(code) ((code) & 0xe0) argument
29 #define BPF_OP(code) ((code) & 0xf0) argument
47 #define BPF_SRC(code) ((code) & 0x08) argument
Dbpf.h59 __u8 code; /* opcode */ member
/tools/lib/subcmd/
Drun-command.c170 int status, code; in wait_or_whine() local
206 int code = start_command(cmd); in run_command() local
/tools/perf/util/
Dgenelf.c126 const void *code, in gen_build_id()
138 gen_build_id(struct buildid_note *note, unsigned long load_addr, const void *code, size_t csize) in gen_build_id()
161 const void *code, int csize, in jit_write_elf()
Djitdump.c68 const void *code, in jit_emit_elf()
365 uint64_t code, addr; in jit_repipe_code_load() local
Dauxtrace.c834 int code, int cpu, pid_t pid, pid_t tid, u64 ip, in auxtrace_synth_error()
Dintel-pt.c1243 static int intel_pt_synth_error(struct intel_pt *pt, int code, int cpu, in intel_pt_synth_error()
Devent.h389 u32 code; member
/tools/usb/usbip/src/
Dusbip_network.c144 int usbip_net_send_op_common(int sockfd, uint32_t code, uint32_t status) in usbip_net_send_op_common()
166 int usbip_net_recv_op_common(int sockfd, uint16_t *code) in usbip_net_recv_op_common()
Dusbip_attach.c129 uint16_t code = OP_REP_IMPORT; in query_import_device() local
Dusbip_list.c60 uint16_t code = OP_REP_DEVLIST; in get_exported_devices() local
Dusbip_network.h27 uint16_t code; member
Dusbipd.c252 uint16_t code = OP_UNSPEC; in recv_pdu() local
/tools/testing/selftests/vDSO/
Dvdso_standalone_test_x86.c61 static inline void linux_exit(int code) in linux_exit()
/tools/perf/jvmti/
Djvmti_agent.c347 uint64_t vma, void const *code, unsigned int const size) in jvmti_write_code()
410 jvmti_write_debug_info(void *agent, uint64_t code, const char *file, in jvmti_write_debug_info()
/tools/testing/selftests/net/
Dreuseport_bpf_cpu.c78 struct sock_filter code[] = { in attach_bpf() local
Dreuseport_bpf.c134 struct sock_filter code[] = { in attach_cbpf() local
/tools/net/
Dbpf_exp.y479 static void bpf_set_curr_instr(uint16_t code, uint8_t jt, uint8_t jf, in bpf_set_curr_instr()
/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c123 __le16 code; member
/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c125 __le16 code; member
/tools/accounting/
Dgetdelays.c41 #define err(code, fmt, arg...) \ argument
/tools/usb/
Dffs-test.c265 __le16 code; member
/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c339 static int intel_pt_ext_err(int code) in intel_pt_ext_err()
378 int intel_pt__strerror(int code, char *buf, size_t buflen) in intel_pt__strerror()
/tools/lib/traceevent/
Devent-parse.c6123 #define _PE(code, str) str argument