Searched defs:ptype (Results 1 – 2 of 2) sorted by relevance
/tools/perf/util/ |
D | python.c | 95 #define member_def(type, member, ptype, help) \ argument 100 #define sample_member_def(name, member, ptype, help) \ argument 532 PyTypeObject *ptype; in pyrf_event__new() local
|
/tools/lib/bpf/ |
D | libbpf.c | 4469 #define BPF_PROG_SEC_IMPL(string, ptype, eatype, is_attachable, atype) \ argument 4473 #define BPF_PROG_SEC(string, ptype) BPF_PROG_SEC_IMPL(string, ptype, 0, 0, 0) argument 4476 #define BPF_APROG_SEC(string, ptype, atype) \ argument 4480 #define BPF_EAPROG_SEC(string, ptype, eatype) \ argument 4486 #define BPF_APROG_COMPAT(string, ptype) BPF_PROG_SEC(string, ptype) argument
|