Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dlibbpf.c191 struct bpf_object *obj; member
333 bpf_object__add_program(struct bpf_object *obj, void *data, size_t size, in bpf_object__add_program()
371 struct bpf_object *obj; in bpf_object__new() local
399 static void bpf_object__elf_finish(struct bpf_object *obj) in bpf_object__elf_finish()
417 static int bpf_object__elf_init(struct bpf_object *obj) in bpf_object__elf_init()
477 bpf_object__check_endianness(struct bpf_object *obj) in bpf_object__check_endianness()
505 bpf_object__init_license(struct bpf_object *obj, in bpf_object__init_license()
515 bpf_object__init_kversion(struct bpf_object *obj, in bpf_object__init_kversion()
532 bpf_object__validate_maps(struct bpf_object *obj) in bpf_object__validate_maps()
565 bpf_object__init_maps(struct bpf_object *obj) in bpf_object__init_maps()
[all …]
Dlibbpf.h95 #define bpf_object__for_each_program(pos, obj) \ argument
229 #define bpf_map__for_each(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/include/linux/
Dhashtable.h105 #define hash_for_each(name, bkt, obj, member) \ argument
119 #define hash_for_each_safe(name, bkt, tmp, obj, member) \ argument
132 #define hash_for_each_possible(name, obj, member, key) \ argument
144 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ argument
/tools/testing/selftests/bpf/
Dtest_progs.c78 static int bpf_find_map(const char *test, struct bpf_object *obj, in bpf_find_map()
95 struct bpf_object *obj; in test_pkt_access() local
126 struct bpf_object *obj; in test_xdp() local
192 struct bpf_object *obj; in test_l4lb() local
251 struct bpf_object *obj; in test_tcp_estats() local
479 struct bpf_object *obj; in test_pkt_md_access() local
Dtest_maps.c475 struct bpf_object *obj; in test_sockmap() local
/tools/perf/util/
Dbpf-loader.c59 struct bpf_object *obj; in bpf__prepare_load_buffer() local
79 struct bpf_object *obj; in bpf__prepare_load() local
122 struct bpf_object *obj, *tmp; in bpf__clear() local
643 int bpf__probe(struct bpf_object *obj) in bpf__probe()
704 int bpf__unprobe(struct bpf_object *obj) in bpf__unprobe()
744 int bpf__load(struct bpf_object *obj) in bpf__load()
756 int bpf__foreach_event(struct bpf_object *obj, in bpf__foreach_event()
1180 bpf__obj_config_map(struct bpf_object *obj, in bpf__obj_config_map()
1239 int bpf__config_obj(struct bpf_object *obj, in bpf__config_obj()
1499 apply_obj_config_object(struct bpf_object *obj) in apply_obj_config_object()
[all …]
Dpython.c379 PyObject *obj = NULL; in pyrf_sample_event__getattro() local
534 static Py_ssize_t pyrf_cpu_map__length(PyObject *obj) in pyrf_cpu_map__length()
541 static PyObject *pyrf_cpu_map__item(PyObject *obj, Py_ssize_t i) in pyrf_cpu_map__item()
603 static Py_ssize_t pyrf_thread_map__length(PyObject *obj) in pyrf_thread_map__length()
610 static PyObject *pyrf_thread_map__item(PyObject *obj, Py_ssize_t i) in pyrf_thread_map__item()
1052 static Py_ssize_t pyrf_evlist__length(PyObject *obj) in pyrf_evlist__length()
1059 static PyObject *pyrf_evlist__item(PyObject *obj, Py_ssize_t i) in pyrf_evlist__item()
1214 PyObject *obj; in initperf() local
Dparse-events.c640 struct bpf_object *obj, in parse_events_load_bpf_obj()
693 struct bpf_object *obj, in parse_events_config_bpf()
775 struct bpf_object *obj; in parse_events_load_bpf() local
/tools/perf/tests/
Dbpf.c109 static int do_test(struct bpf_object *obj, int (*func)(void), in do_test()
207 struct bpf_object *obj; in prepare_bpf() local
222 struct bpf_object *obj; in __test__bpf() local
Dllvm.c14 struct bpf_object *obj; in test__bpf_parsing() local
/tools/perf/ui/
Dlibslang.h22 #define sltt_set_color(obj, name, fg, bg) \ argument
/tools/testing/nvdimm/test/
Diomap.c361 union acpi_object **obj; in __wrap_acpi_evaluate_object() local
376 union acpi_object *obj = ERR_PTR(-ENXIO); in __wrap_acpi_evaluate_dsm() local
Dnfit.c1798 union acpi_object *obj; in nfit_test_probe() local
/tools/perf/util/scripting-engines/
Dtrace-event-python.c309 PyObject *obj = NULL, *list = NULL; in get_field_numeric_entry() local
529 PyObject *handler, *context, *t, *obj = NULL, *callchain; in python_process_tracepoint() local
/tools/perf/pmu-events/
Djevents.c405 jsmntok_t *obj = tok++; in json_events() local