Home
last modified time | relevance | path

Searched refs:trace_output (Results 1 – 10 of 10) sorted by relevance

/linux/tools/tracing/rtla/src/
A Dosnoise_top.c30 char *trace_output; member
420 params->trace_output = "osnoise_trace.txt"; in osnoise_top_parse_args()
499 params->trace_output = &optarg[1]; in osnoise_top_parse_args()
501 params->trace_output = &optarg[0]; in osnoise_top_parse_args()
503 params->trace_output = argv[optind]; in osnoise_top_parse_args()
505 params->trace_output = "osnoise_trace.txt"; in osnoise_top_parse_args()
734 if (params->trace_output) { in osnoise_top_main()
761 if (params->trace_output) in osnoise_top_main()
815 if (params->trace_output) { in osnoise_top_main()
816 printf(" Saving trace to %s\n", params->trace_output); in osnoise_top_main()
[all …]
A Dosnoise_hist.c23 char *trace_output; member
576 params->trace_output = "osnoise_trace.txt"; in osnoise_hist_parse_args()
665 params->trace_output = &optarg[1]; in osnoise_hist_parse_args()
667 params->trace_output = &optarg[0]; in osnoise_hist_parse_args()
669 params->trace_output = argv[optind]; in osnoise_hist_parse_args()
671 params->trace_output = "osnoise_trace.txt"; in osnoise_hist_parse_args()
906 if (params->trace_output) { in osnoise_hist_main()
933 if (params->trace_output) in osnoise_hist_main()
985 if (params->trace_output) { in osnoise_hist_main()
986 printf(" Saving trace to %s\n", params->trace_output); in osnoise_hist_main()
[all …]
A Dtimerlat_top.c27 char *trace_output; member
578 params->trace_output = "timerlat_trace.txt"; in timerlat_top_parse_args()
673 params->trace_output = &optarg[1]; in timerlat_top_parse_args()
675 params->trace_output = &optarg[0]; in timerlat_top_parse_args()
677 params->trace_output = argv[optind]; in timerlat_top_parse_args()
679 params->trace_output = "timerlat_trace.txt"; in timerlat_top_parse_args()
974 if (params->trace_output) { in timerlat_top_main()
1052 if (params->trace_output) in timerlat_top_main()
1108 if (params->trace_output) { in timerlat_top_main()
1109 printf(" Saving trace to %s\n", params->trace_output); in timerlat_top_main()
[all …]
A Dtimerlat_hist.c26 char *trace_output; member
800 params->trace_output = "timerlat_trace.txt"; in timerlat_hist_parse_args()
890 params->trace_output = &optarg[1]; in timerlat_hist_parse_args()
892 params->trace_output = &optarg[0]; in timerlat_hist_parse_args()
894 params->trace_output = argv[optind]; in timerlat_hist_parse_args()
896 params->trace_output = "timerlat_trace.txt"; in timerlat_hist_parse_args()
1204 if (params->trace_output) { in timerlat_hist_main()
1275 if (params->trace_output) in timerlat_hist_main()
1325 if (params->trace_output) { in timerlat_hist_main()
1326 printf(" Saving trace to %s\n", params->trace_output); in timerlat_hist_main()
[all …]
/linux/samples/bpf/
A D.gitignore32 trace_output
A DMakefile22 tprogs-y += trace_output
71 trace_output-objs := trace_output_user.o
113 always-y += trace_output.bpf.o
/linux/tools/perf/util/
A Dsort.c972 if (left->trace_output == NULL) in sort__trace_cmp()
974 if (right->trace_output == NULL) in sort__trace_cmp()
977 return strcmp(right->trace_output, left->trace_output); in sort__trace_cmp()
989 if (he->trace_output == NULL) in hist_entry__trace_snprintf()
990 he->trace_output = get_trace_output(he); in hist_entry__trace_snprintf()
2832 if (!he->trace_output) in update_dynamic_len()
2833 he->trace_output = get_trace_output(he); in update_dynamic_len()
2836 str = he->trace_output; in update_dynamic_len()
2922 if (!he->trace_output) in __sort__hde_entry()
2923 he->trace_output = get_trace_output(he); in __sort__hde_entry()
[all …]
A Dhist.c240 if (h->trace_output) in hists__calc_col_len()
241 hists__new_col_len(hists, HISTC_TRACE, strlen(h->trace_output)); in hists__calc_col_len()
1362 zfree(&he->trace_output); in hist_entry__delete()
1539 he->trace_output = NULL; in hierarchy_insert_entry()
1541 new->trace_output = NULL; in hierarchy_insert_entry()
A Dhist.h274 void *trace_output; member
/linux/kernel/trace/
A DMakefile50 obj-$(CONFIG_TRACING) += trace_output.o

Completed in 38 milliseconds