Home
last modified time | relevance | path

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

/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/lib/bpf/
Dlibbpf.c180 struct bpf_object *obj; member
317 bpf_object__add_program(struct bpf_object *obj, void *data, size_t size, in bpf_object__add_program()
355 struct bpf_object *obj; in bpf_object__new() local
383 static void bpf_object__elf_finish(struct bpf_object *obj) in bpf_object__elf_finish()
401 static int bpf_object__elf_init(struct bpf_object *obj) in bpf_object__elf_init()
461 bpf_object__check_endianness(struct bpf_object *obj) in bpf_object__check_endianness()
489 bpf_object__init_license(struct bpf_object *obj, in bpf_object__init_license()
499 bpf_object__init_kversion(struct bpf_object *obj, in bpf_object__init_kversion()
516 bpf_object__init_maps(struct bpf_object *obj, void *data, in bpf_object__init_maps()
555 bpf_object__init_maps_name(struct bpf_object *obj) in bpf_object__init_maps_name()
[all …]
Dlibbpf.h87 #define bpf_object__for_each_program(pos, obj) \ argument
200 #define bpf_map__for_each(pos, obj) \ argument
/tools/include/linux/
Dhashtable.h108 #define hash_for_each(name, bkt, obj, member) \ argument
122 #define hash_for_each_safe(name, bkt, tmp, obj, member) \ argument
135 #define hash_for_each_possible(name, obj, member, key) \ argument
147 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ argument
/tools/perf/tests/
Dbpf.c89 static int do_test(struct bpf_object *obj, int (*func)(void), in do_test()
187 struct bpf_object *obj; in prepare_bpf() local
202 struct bpf_object *obj; in __test__bpf() local
Dllvm.c13 struct bpf_object *obj; in test__bpf_parsing() local
/tools/perf/util/
Dbpf-loader.c55 struct bpf_object *obj; in bpf__prepare_load_buffer() local
75 struct bpf_object *obj; in bpf__prepare_load() local
107 struct bpf_object *obj, *tmp; in bpf__clear() local
628 int bpf__probe(struct bpf_object *obj) in bpf__probe()
689 int bpf__unprobe(struct bpf_object *obj) in bpf__unprobe()
729 int bpf__load(struct bpf_object *obj) in bpf__load()
741 int bpf__foreach_event(struct bpf_object *obj, in bpf__foreach_event()
1165 bpf__obj_config_map(struct bpf_object *obj, in bpf__obj_config_map()
1224 int bpf__config_obj(struct bpf_object *obj, in bpf__config_obj()
1484 apply_obj_config_object(struct bpf_object *obj) in apply_obj_config_object()
[all …]
Dpython.c364 PyObject *obj = NULL; in pyrf_sample_event__getattro() local
519 static Py_ssize_t pyrf_cpu_map__length(PyObject *obj) in pyrf_cpu_map__length()
526 static PyObject *pyrf_cpu_map__item(PyObject *obj, Py_ssize_t i) in pyrf_cpu_map__item()
588 static Py_ssize_t pyrf_thread_map__length(PyObject *obj) in pyrf_thread_map__length()
595 static PyObject *pyrf_thread_map__item(PyObject *obj, Py_ssize_t i) in pyrf_thread_map__item()
1037 static Py_ssize_t pyrf_evlist__length(PyObject *obj) in pyrf_evlist__length()
1044 static PyObject *pyrf_evlist__item(PyObject *obj, Py_ssize_t i) in pyrf_evlist__item()
1199 PyObject *obj; in initperf() local
Dparse-events.c629 struct bpf_object *obj, in parse_events_load_bpf_obj()
682 struct bpf_object *obj, in parse_events_config_bpf()
764 struct bpf_object *obj; in parse_events_load_bpf() local
/tools/perf/ui/
Dlibslang.h21 #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.c1736 union acpi_object *obj; in nfit_test_probe() local
/tools/perf/util/scripting-engines/
Dtrace-event-python.c277 PyObject *obj = NULL, *list = NULL; in get_field_numeric_entry() local
395 PyObject *handler, *context, *t, *obj = NULL, *callchain; in python_process_tracepoint() local
/tools/perf/pmu-events/
Djevents.c362 jsmntok_t *obj = tok++; in json_events() local