Searched refs:get_offset (Results 1 – 4 of 4) sorted by relevance
| /tools/testing/selftests/user_events/ |
| A 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/ |
| A 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")
|
| A D | arm-cs-trace-disasm.py | 111 def get_offset(perf_dict, field): function 207 offs = get_offset(param_dict, "symoff")
|
| /tools/perf/util/scripting-engines/ |
| A D | trace-event-python.c | 379 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