Home
last modified time | relevance | path

Searched refs:nr_params (Results 1 – 8 of 8) sorted by relevance

/linux/tools/perf/util/
H A Dcs-etm-base.c64 int i = *offset, j, nr_params = 0, fmt_offset; in cs_etm__print_cpu_metadata_v0() local
81 nr_params = CS_ETM_NR_TRC_PARAMS_V0; in cs_etm__print_cpu_metadata_v0()
84 for (j = fmt_offset; j < nr_params + fmt_offset; j++, i++) in cs_etm__print_cpu_metadata_v0()
87 nr_params = CS_ETMV4_NR_TRC_PARAMS_V0; in cs_etm__print_cpu_metadata_v0()
90 for (j = fmt_offset; j < nr_params + fmt_offset; j++, i++) in cs_etm__print_cpu_metadata_v0()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-config.h108 int nr_params; member
210 int nr_params; member
H A Dcoresight-syscfg-configfs.c77 for (j = 0; j < feat_desc->nr_params; j++) { in cscfg_cfg_values_show()
263 return scnprintf(page, PAGE_SIZE, "%d\n", fs_feat->feat_desc->nr_params); in cscfg_feat_nr_params_show()
265 CONFIGFS_ATTR_RO(cscfg_feat_, nr_params);
330 for (i = 0; i < feat_desc->nr_params; i++) { in cscfg_create_params_group_items()
359 if (feat_desc->nr_params) { in cscfg_create_feature_group()
H A Dcoresight-cfg-afdo.c109 .nr_params = ARRAY_SIZE(strobe_params),
/linux/tools/bpf/resolve_btfids/
H A Dmain.c1226 int err, len, nr_params; in process_kfunc_with_implicit_args() local
1296 nr_params = btf_vlen(t); in process_kfunc_with_implicit_args()
1297 for (int i = 0; i < nr_params; i++) { in process_kfunc_with_implicit_args()
1375 u32 nr_params = btf_vlen(proto); in add_arena_tagged_proto() local
1384 for (i = 0; i < nr_params; i++) { in add_arena_tagged_proto()
1407 for (i = 0; i < nr_params; i++) { in add_arena_tagged_proto()
1420 for (i = 0; i < nr_params; i++) { in add_arena_tagged_proto()
/linux/kernel/trace/
H A Dtrace_probe.c566 ctx->nr_params = nr; in query_btf_context()
569 ctx->nr_params = 0; in query_btf_context()
592 ctx->nr_params = 0; in clear_btf_context()
796 if (ret < 0 || ctx->nr_params == 0) { in parse_btf_arg()
803 for (i = 0; i < ctx->nr_params; i++) { in parse_btf_arg()
2267 if (idx >= ctx->nr_params) { in sprint_nth_btf_arg()
2303 if (ret < 0 || ctx->nr_params == 0) { in traceprobe_expand_meta_args()
2314 *new_argc = argc + ctx->nr_params - 1; in traceprobe_expand_meta_args()
2326 for (n = 0; n < ctx->nr_params; n++) { in traceprobe_expand_meta_args()
H A Dtrace_probe.h472 s32 nr_params; /* The number of the parameters */ member
/linux/Documentation/trace/coresight/
H A Dcoresight-config.rst181 description matches nr_params params
188 $ cat nr_params