Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 10 of 10) sorted by relevance

/tools/lib/bpf/
Dlibbpf.c157 struct bpf_object *obj; member
272 bpf_object__add_program(struct bpf_object *obj, void *data, size_t size, in bpf_object__add_program()
310 struct bpf_object *obj; in bpf_object__new() local
337 static void bpf_object__elf_finish(struct bpf_object *obj) in bpf_object__elf_finish()
355 static int bpf_object__elf_init(struct bpf_object *obj) in bpf_object__elf_init()
414 bpf_object__check_endianness(struct bpf_object *obj) in bpf_object__check_endianness()
442 bpf_object__init_license(struct bpf_object *obj, in bpf_object__init_license()
452 bpf_object__init_kversion(struct bpf_object *obj, in bpf_object__init_kversion()
469 bpf_object__init_maps(struct bpf_object *obj, void *data, in bpf_object__init_maps()
490 static bool section_have_execinstr(struct bpf_object *obj, int idx) in section_have_execinstr()
[all …]
Dlibbpf.h73 #define bpf_object__for_each_program(pos, obj) \ argument
/tools/perf/scripts/python/Perf-Trace-Util/
DContext.c28 static PyObject *perf_trace_context_common_pc(PyObject *obj, PyObject *args) in perf_trace_context_common_pc()
43 static PyObject *perf_trace_context_common_flags(PyObject *obj, in perf_trace_context_common_flags()
59 static PyObject *perf_trace_context_common_lock_depth(PyObject *obj, in perf_trace_context_common_lock_depth()
/tools/perf/util/
Dbpf-loader.c42 struct bpf_object *obj; in bpf__prepare_load_buffer() local
62 struct bpf_object *obj; in bpf__prepare_load() local
94 struct bpf_object *obj, *tmp; in bpf__clear() local
200 int bpf__probe(struct bpf_object *obj) in bpf__probe()
240 int bpf__unprobe(struct bpf_object *obj) in bpf__unprobe()
281 int bpf__load(struct bpf_object *obj) in bpf__load()
293 int bpf__foreach_tev(struct bpf_object *obj, in bpf__foreach_tev()
431 int bpf__strerror_load(struct bpf_object *obj, in bpf__strerror_load()
Dpython.c437 static Py_ssize_t pyrf_cpu_map__length(PyObject *obj) in pyrf_cpu_map__length()
444 static PyObject *pyrf_cpu_map__item(PyObject *obj, Py_ssize_t i) in pyrf_cpu_map__item()
506 static Py_ssize_t pyrf_thread_map__length(PyObject *obj) in pyrf_thread_map__length()
513 static PyObject *pyrf_thread_map__item(PyObject *obj, Py_ssize_t i) in pyrf_thread_map__item()
945 static Py_ssize_t pyrf_evlist__length(PyObject *obj) in pyrf_evlist__length()
952 static PyObject *pyrf_evlist__item(PyObject *obj, Py_ssize_t i) in pyrf_evlist__item()
1082 PyObject *obj; in initperf() local
Dparse-events.c585 struct bpf_object *obj) in parse_events_load_bpf_obj()
640 struct bpf_object *obj; in parse_events_load_bpf() local
/tools/perf/tests/
Dbpf.c43 static int do_test(struct bpf_object *obj, int (*func)(void), in do_test()
140 struct bpf_object *obj; in prepare_bpf() local
155 struct bpf_object *obj; in __test__bpf() local
Dllvm.c18 struct bpf_object *obj; in test__bpf_parsing() local
/tools/perf/ui/
Dlibslang.h21 #define sltt_set_color(obj, name, fg, bg) \ argument
/tools/perf/util/scripting-engines/
Dtrace-event-python.c269 PyObject *obj, *list = NULL; in get_field_numeric_entry() local
388 PyObject *handler, *context, *t, *obj, *callchain; in python_process_tracepoint() local