Home
last modified time | relevance | path

Searched refs:to_ip (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/tools/perf/scripts/python/
Dexport-to-postgresql.py429 …ol_id, sym_offset, ip, time, cpu, to_dso_id, to_symbol_id, to_sym_offset, to_ip, period, weight, t… argument
431 … ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1…
433 … ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 8, period, 8, wei…
/linux-4.1.27/tools/perf/util/
Dthread-stack.h95 u64 to_ip, u16 insn_len, u64 trace_nr);
Dthread-stack.c246 u64 to_ip, u16 insn_len, u64 trace_nr) in thread_stack__event() argument
278 if (!to_ip) in thread_stack__event()
281 if (ret_addr == to_ip) in thread_stack__event()
287 thread_stack__pop(thread->ts, to_ip); in thread_stack__event()