Searched refs:get_offset (Results 1 – 4 of 4) sorted by relevance
/tools/testing/selftests/user_events/ |
D | perf_test.c | 55 static int get_offset(void) in get_offset() function 156 offset = get_offset(); in TEST_F()
|
/tools/perf/scripts/python/ |
D | arm-cs-trace-disasm.py | 61 def get_offset(perf_dict, field): function 144 offs = get_offset(param_dict, "symoff")
|
D | intel-pt-events.py | 70 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/ |
D | trace-event-python.c | 403 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()
|