Searched refs:nr_params (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | cs-etm-base.c | 64 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 D | coresight-config.h | 108 int nr_params; member 210 int nr_params; member
|
| H A D | coresight-syscfg-configfs.c | 77 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 D | coresight-cfg-afdo.c | 109 .nr_params = ARRAY_SIZE(strobe_params),
|
| /linux/kernel/trace/ |
| H A D | trace_probe.c | 499 ctx->nr_params = nr; in query_btf_context() 502 ctx->nr_params = 0; in query_btf_context() 516 ctx->nr_params = 0; in clear_btf_context() 677 if (ret < 0 || ctx->nr_params == 0) { in parse_btf_arg() 684 for (i = 0; i < ctx->nr_params; i++) { in parse_btf_arg() 1705 if (idx >= ctx->nr_params) { in sprint_nth_btf_arg() 1741 if (ret < 0 || ctx->nr_params == 0) { in traceprobe_expand_meta_args() 1752 *new_argc = argc + ctx->nr_params - 1; in traceprobe_expand_meta_args() 1764 for (n = 0; n < ctx->nr_params; n++) { in traceprobe_expand_meta_args()
|
| H A D | trace_probe.h | 422 s32 nr_params; /* The number of the parameters */ member
|
| /linux/Documentation/trace/coresight/ |
| H A D | coresight-config.rst | 181 description matches nr_params params 188 $ cat nr_params
|