Home
last modified time | relevance | path

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

/tools/testing/selftests/user_events/
Dperf_test.c55 static int get_offset(void) in get_offset() function
156 offset = get_offset(); in TEST_F()
/tools/perf/scripts/python/
Darm-cs-trace-disasm.py61 def get_offset(perf_dict, field): function
144 offs = get_offset(param_dict, "symoff")
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")
/tools/perf/util/scripting-engines/
Dtrace-event-python.c403 static unsigned long get_offset(struct symbol *sym, struct addr_location *al) in get_offset() function
477 offset = get_offset(node->ms.sym, &node_al); in python_process_callchain()
579 offset = get_offset(sym, al); in get_symoff()
809 PyLong_FromUnsignedLong(get_offset(al->sym, al))); in set_sym_in_dict()