Home
last modified time | relevance | path

Searched refs:obj (Results 1 – 11 of 11) 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() argument
43 static PyObject *perf_trace_context_common_flags(PyObject *obj, in perf_trace_context_common_flags() argument
59 static PyObject *perf_trace_context_common_lock_depth(PyObject *obj, in perf_trace_context_common_lock_depth() argument
/tools/perf/ui/
Dlibslang.h19 #define sltt_set_color(obj, name, fg, bg) \ argument
20 SLtt_set_color(obj,(char *)(name), (char *)(fg), (char *)(bg))
/tools/power/cpupower/debug/kernel/
DMakefile1 obj-m :=
8 obj-m += cpufreq-test_tsc.o
/tools/perf/util/scripting-engines/
Dtrace-event-python.c264 PyObject *obj, *list = NULL; in get_field_numeric_entry() local
284 obj = PyInt_FromLong(val); in get_field_numeric_entry()
286 obj = PyLong_FromLongLong(val); in get_field_numeric_entry()
289 obj = PyInt_FromLong(val); in get_field_numeric_entry()
291 obj = PyLong_FromUnsignedLongLong(val); in get_field_numeric_entry()
294 PyList_SET_ITEM(list, i, obj); in get_field_numeric_entry()
297 obj = list; in get_field_numeric_entry()
298 return obj; in get_field_numeric_entry()
383 PyObject *handler, *context, *t, *obj, *callchain; in python_process_tracepoint() local
451 obj = PyString_FromString((char *)data + offset); in python_process_tracepoint()
[all …]
/tools/virtio/vhost_test/
DMakefile1 obj-m += vhost_test.o
/tools/perf/util/
Dpython.c391 static Py_ssize_t pyrf_cpu_map__length(PyObject *obj) in pyrf_cpu_map__length() argument
393 struct pyrf_cpu_map *pcpus = (void *)obj; in pyrf_cpu_map__length()
398 static PyObject *pyrf_cpu_map__item(PyObject *obj, Py_ssize_t i) in pyrf_cpu_map__item() argument
400 struct pyrf_cpu_map *pcpus = (void *)obj; in pyrf_cpu_map__item()
460 static Py_ssize_t pyrf_thread_map__length(PyObject *obj) in pyrf_thread_map__length() argument
462 struct pyrf_thread_map *pthreads = (void *)obj; in pyrf_thread_map__length()
467 static PyObject *pyrf_thread_map__item(PyObject *obj, Py_ssize_t i) in pyrf_thread_map__item() argument
469 struct pyrf_thread_map *pthreads = (void *)obj; in pyrf_thread_map__item()
896 static Py_ssize_t pyrf_evlist__length(PyObject *obj) in pyrf_evlist__length() argument
898 struct pyrf_evlist *pevlist = (void *)obj; in pyrf_evlist__length()
[all …]
/tools/perf/tests/
Dattr.py267 except Unsup, obj:
268 log.warning("unsupp %s" % obj.getMsg())
325 except Fail, obj:
326 print "FAILED %s" % obj.getMsg();
/tools/lib/lockdep/
DMakefile150 $(CC) -c $(CFLAGS) $(EXT) $< -o $(obj)/$@;
153 $(obj)/%.o: $(src)/%.c
/tools/perf/config/
DMakefile6 ifeq ($(obj-perf),)
7 obj-perf := $(OUTPUT)
10 ifneq ($(obj-perf),)
11 obj-perf := $(abspath $(obj-perf))/
286 CFLAGS += -I$(obj-perf)/util
287 CFLAGS += -I$(obj-perf)
551 LANG_BINDINGS += $(obj-perf)python/perf.so
/tools/lib/traceevent/
DMakefile167 do_compile = $(QUIET_CC)$(CC) -c $(CFLAGS) $(EXT) $< -o $(obj)/$@;
169 $(obj)/%.o: $(src)/%.c
/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c312 if (e[i].obj->aio_fildes == ep[0]) { in main()
315 } else if (e[i].obj->aio_fildes == ep[1]) { in main()