Home
last modified time | relevance | path

Searched refs:output_str (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/perf/scripts/python/
H A Dflamegraph.py176 output_str = "".join([
182 output_str = minimal_html
186 download_md5sum = hashlib.md5(output_str.encode("utf-8")).hexdigest()
197 output_str = output_str.replace("/** @options_json **/", options_json)
198 output_str = output_str.replace("/** @flamegraph_json **/", stacks_json)
202 output_str = stacks_json
207 out.write(output_str)
212 out.write(output_str)
H A Dintel-pt-events.py115 output_str = glb_output.getvalue()[glb_output_pos:]
116 n = len(output_str)
121 glb_stash_dict[glb_cpu].append(output_str)
/linux-6.15/tools/hv/
H A Dhv_kvp_daemon.c1286 char addr[INET6_ADDRSTRLEN], *output_str; in process_dns_gateway_nm() local
1298 if (!output_str) in process_dns_gateway_nm()
1317 if ((OUTSTR_BUF_SIZE - strlen(output_str)) > in process_dns_gateway_nm()
1319 strncat(output_str, addr, in process_dns_gateway_nm()
1321 strlen(output_str) - 1); in process_dns_gateway_nm()
1322 strncat(output_str, ",", in process_dns_gateway_nm()
1324 strlen(output_str) - 1); in process_dns_gateway_nm()
1331 if (strlen(output_str)) { in process_dns_gateway_nm()
1336 output_str[strlen(output_str) - 1] = '\0'; in process_dns_gateway_nm()
1337 error = fprintf(f, "%s=%s\n", param_name, output_str); in process_dns_gateway_nm()
[all …]
/linux-6.15/tools/perf/
H A Dbuiltin-c2c.c3031 const char *output_str, *sort_str = NULL; in perf_c2c__report() local
3142 output_str = "cl_idx," in perf_c2c__report()
3157 output_str = "cl_idx," in perf_c2c__report()
3181 c2c_hists__reinit(&c2c.hists, output_str, sort_str); in perf_c2c__report()