Home
last modified time | relevance | path

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

12

/tools/include/uapi/linux/
Dbpf_common.h6 #define BPF_CLASS(code) ((code) & 0x07) argument
17 #define BPF_SIZE(code) ((code) & 0x18) argument
21 #define BPF_MODE(code) ((code) & 0xe0) argument
30 #define BPF_OP(code) ((code) & 0xf0) argument
48 #define BPF_SRC(code) ((code) & 0x08) argument
Dkvm.h574 __u16 code; member
595 __u16 code; member
599 __u16 code; member
Dbpf.h65 __u8 code; /* opcode */ member
/tools/lib/subcmd/
Drun-command.c171 int status, code; in wait_or_whine() local
207 int code = start_command(cmd); in run_command() local
/tools/perf/util/
Dgenelf.c132 const void *code, in gen_build_id()
144 gen_build_id(struct buildid_note *note, unsigned long load_addr, const void *code, size_t csize) in gen_build_id()
247 const void *code, int csize, in jit_write_elf()
Djitdump.c76 const void *code, in jit_emit_elf()
390 uint64_t code, addr; in jit_repipe_code_load() local
Dauxtrace.c849 int code, int cpu, pid_t pid, pid_t tid, u64 ip, in auxtrace_synth_error()
Devent.h525 u32 code; member
Dintel-pt.c1431 static int intel_pt_synth_error(struct intel_pt *pt, int code, int cpu, in intel_pt_synth_error()
/tools/usb/usbip/src/
Dusbip_network.c152 int usbip_net_send_op_common(int sockfd, uint32_t code, uint32_t status) in usbip_net_send_op_common()
174 int usbip_net_recv_op_common(int sockfd, uint16_t *code) in usbip_net_recv_op_common()
Dusbip_attach.c137 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.h28 uint16_t code; member
Dusbipd.c252 uint16_t code = OP_UNSPEC; in recv_pdu() local
/tools/perf/jvmti/
Djvmti_agent.c358 uint64_t vma, void const *code, unsigned int const size) in jvmti_write_code()
415 jvmti_write_debug_info(void *agent, uint64_t code, const char *file, in jvmti_write_debug_info()
/tools/testing/selftests/vDSO/
Dvdso_standalone_test_x86.c61 static inline void linux_exit(int code) in linux_exit()
/tools/testing/selftests/net/
Dreuseport_bpf_cpu.c79 struct sock_filter code[] = { in attach_bpf() local
Dreuseport_bpf.c135 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/perf/pmu-events/
Djevents.c424 char *code = NULL; in json_events() local
429 char *code = NULL; in json_events() local
/tools/accounting/
Dgetdelays.c42 #define err(code, fmt, arg...) \ argument
/tools/usb/
Dffs-test.c326 __le16 code; member
/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c352 static int intel_pt_ext_err(int code) in intel_pt_ext_err()
391 int intel_pt__strerror(int code, char *buf, size_t buflen) in intel_pt__strerror()

12