Searched defs:insn_cnt (Results 1 – 6 of 6) sorted by relevance
/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 1028 …p, period, weight, transaction, data_src, branch_type, in_tx, call_path_id, insn_cnt, cyc_cnt, *x): argument 1040 …e, branch_count, call_id, return_id, parent_call_path_id, flags, parent_id, insn_cnt, cyc_cnt, *x): argument
|
D | exported-sql-viewer.py | 527 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, br… argument 571 … params, row, comm_id, thread_id, call_path_id, name, dso, count, time, insn_cnt, cyc_cnt, branch_… argument 807 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_… argument 853 … params, row, comm_id, thread_id, calls_id, name, dso, call_time, time, insn_cnt, cyc_cnt, branch_… argument 3028 def CalcIPC(cyc_cnt, insn_cnt): argument
|
/tools/perf/util/ |
D | event.h | 132 u64 insn_cnt; member
|
D | intel-pt.c | 429 u64 insn_cnt; member 501 u64 offset, u64 insn_cnt, u64 byte_cnt, in intel_pt_cache_add() 573 u64 insn_cnt = 0; in intel_pt_walk_next_insn() local
|
/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.c | 1009 uint64_t max_insn_cnt, insn_cnt = 0; in intel_pt_walk_insn() local
|
/tools/include/uapi/linux/ |
D | bpf.h | 536 __u32 insn_cnt; member
|