Home
last modified time | relevance | path

Searched defs:tp_name (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Doc/includes/
H A Dtypestruct.h3 const char *tp_name; /* For printing, in format "<module>.<name>" */ member
/third_party/python/Include/cpython/
H A Dobject.h150 const char *tp_name; /* For printing, in format "<module>.<name>" */ member
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dsyscall.c2802 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 Dtypeobject.c493 const char *tp_name; in type_set_name() local
[all...]
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h6507 __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.c1150 PyObject *tp_name = PyType_GetName(&PyLong_Type); in test_get_type_name() local
[all...]
/third_party/libbpf/src/
H A Dlibbpf.c12129 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