Home
last modified time | relevance | path

Searched refs:get_offset (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/user_events/
A Dperf_test.c55 static int get_offset(void) in get_offset() function
156 offset = get_offset(); in TEST_F()
/tools/perf/scripts/python/
A Dintel-pt-events.py70 def get_offset(perf_dict, field): function
268 offs = get_offset(param_dict, "symoff")
294 offs = get_offset(sample, "addr_symoff")
304 offs = get_offset(param_dict, "symoff")
A Darm-cs-trace-disasm.py111 def get_offset(perf_dict, field): function
207 offs = get_offset(param_dict, "symoff")
/tools/perf/util/scripting-engines/
A Dtrace-event-python.c379 static unsigned long get_offset(struct symbol *sym, struct addr_location *al) in get_offset() function
453 offset = get_offset(node->ms.sym, &node_al); in python_process_callchain()
555 offset = get_offset(sym, al); in get_symoff()
803 PyLong_FromUnsignedLong(get_offset(al->sym, al))); in set_sym_in_dict()

Completed in 10 milliseconds