Searched defs:tp_name (Results 1 - 7 of 7) sorted by relevance
| /third_party/python/Doc/includes/ |
| H A D | typestruct.h | 3 const char *tp_name; /* For printing, in format "<module>.<name>" */ member
|
| /third_party/python/Include/cpython/ |
| H A D | object.h | 150 const char *tp_name; /* For printing, in format "<module>.<name>" */ member
|
| /device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
| H A D | syscall.c | 2802 const char *tp_name = raw_tp_link->btp->tp->name; in bpf_raw_tp_link_fill_link_info() local 2850 const char *tp_name; in bpf_raw_tracepoint_open() local [all...] |
| /third_party/python/Objects/ |
| H A D | typeobject.c | 493 const char *tp_name; in type_set_name() local [all...] |
| /third_party/libbpf/include/uapi/linux/ |
| H A D | bpf.h | 6507 __aligned_u64 tp_name; /* in/out: tp_name buffer ptr */ member 6582 __aligned_u64 tp_name; /* in/out */ member
|
| /third_party/python/Modules/ |
| H A D | _testcapimodule.c | 1150 PyObject *tp_name = PyType_GetName(&PyLong_Type); in test_get_type_name() local [all...] |
| /third_party/libbpf/src/ |
| H A D | libbpf.c | 12129 determine_tracepoint_id(const char *tp_category, const char *tp_name) global() argument 12147 perf_event_open_tracepoint(const char *tp_category, const char *tp_name) global() argument 12180 bpf_program__attach_tracepoint_opts(const struct bpf_program *prog, const char *tp_category, const char *tp_name, const struct bpf_tracepoint_opts *opts) global() argument 12214 bpf_program__attach_tracepoint(const struct bpf_program *prog, const char *tp_category, const char *tp_name) global() argument 12223 char *sec_name, *tp_cat, *tp_name; global() local 12253 bpf_program__attach_raw_tracepoint(const struct bpf_program *prog, const char *tp_name) global() argument 12292 const char *tp_name = NULL; global() local [all...] |
Completed in 44 milliseconds