/Linux-v5.4/kernel/bpf/ |
D | verifier.c | 1101 int insn_cnt = env->prog->len; in add_subprog() local 1126 int insn_cnt = env->prog->len; in check_subprogs() local 6277 int insn_cnt = env->prog->len; in check_cfg() local 7472 int insn_cnt = env->prog->len; in do_check() local 7895 int insn_cnt = env->prog->len; in replace_map_fd_with_map_ptr() local 8069 int insn_cnt = env->prog->len; in convert_pseudo_ld_imm64() local 8310 const int insn_cnt = env->prog->len; in sanitize_dead_code() local 8339 const int insn_cnt = env->prog->len; in opt_hard_wire_dead_code_branches() local 8363 int insn_cnt = env->prog->len; in opt_remove_dead_code() local 8388 int insn_cnt = env->prog->len; in opt_remove_nops() local [all …]
|
D | core.c | 375 u32 i, insn_cnt = prog->len + (probe_pass ? end_new - end_old : 0); in bpf_adj_branches() local 1071 int insn_delta, insn_cnt; in bpf_jit_blind_constants() local
|
/Linux-v5.4/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 | 509 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, br… argument 553 … params, row, comm_id, thread_id, call_path_id, name, dso, count, time, insn_cnt, cyc_cnt, branch_… argument 788 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, time, insn_cnt, cyc_cnt, branch… argument 833 …glb, params, row, comm_id, thread_id, calls_id, name, dso, count, time, insn_cnt, cyc_cnt, branch_… argument 1644 def CalcIPC(cyc_cnt, insn_cnt): argument
|
/Linux-v5.4/arch/x86/net/ |
D | bpf_jit_comp.c | 384 int insn_cnt = bpf_prog->len; in do_jit() local
|
D | bpf_jit_comp32.c | 1466 int insn_cnt = bpf_prog->len; in do_jit() local
|
/Linux-v5.4/tools/perf/util/ |
D | event.h | 127 u64 insn_cnt; member
|
D | intel-pt.c | 395 u64 insn_cnt; member 467 u64 offset, u64 insn_cnt, u64 byte_cnt, in intel_pt_cache_add() 528 u64 insn_cnt = 0; in intel_pt_walk_next_insn() local
|
/Linux-v5.4/arch/arm64/kernel/ |
D | insn.c | 187 int insn_cnt; member
|
/Linux-v5.4/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.c | 979 uint64_t max_insn_cnt, insn_cnt = 0; in intel_pt_walk_insn() local
|
/Linux-v5.4/include/uapi/linux/ |
D | bpf.h | 401 __u32 insn_cnt; member
|
/Linux-v5.4/tools/include/uapi/linux/ |
D | bpf.h | 401 __u32 insn_cnt; member
|