Searched refs:pa_graphfile (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/usr.sbin/pmcstat/
H A Dpmcpl_calltree.c839 fprintf(args.pa_graphfile, "cob=%s\n",
846 fprintf(args.pa_graphfile, "cfi=%s\ncfn=%s\n",
852 fprintf(args.pa_graphfile, "cfi=%s\ncfn=%s\n",
856 fprintf(args.pa_graphfile,
861 fprintf(args.pa_graphfile,
866 fprintf(args.pa_graphfile, "calls=%u %p %u\n",
873 fprintf(args.pa_graphfile, "%p %u", (void *)paddr, pline);
875 fprintf(args.pa_graphfile, " %u",
877 fprintf(args.pa_graphfile, "\n");
896 fprintf(args.pa_graphfile, "o
[all...]
H A Dpmcpl_annotate_cg.c116 fprintf(args.pa_graphfile, "%p %s %s:%d\n",
122 fprintf(args.pa_graphfile, "%p <unknown> ??:0\n",
126 fprintf(args.pa_graphfile, "--\n");
H A Dpmcpl_callgraph.c260 (void) fprintf(args.pa_graphfile, "%*s", depth, space);
263 (void) fprintf(args.pa_graphfile, "100.0%% ");
265 (void) fprintf(args.pa_graphfile, "%05.2f%% ",
268 n = fprintf(args.pa_graphfile, " [%u] ", cg->pcg_count);
272 (void) fprintf(args.pa_graphfile, "%*s", 12 - n, space);
275 (void) fprintf(args.pa_graphfile, "%*s", depth, space);
279 (void) fprintf(args.pa_graphfile, "%s",
282 (void) fprintf(args.pa_graphfile, "%p",
288 (void) fprintf(args.pa_graphfile, " @ %s\n",
292 (void) fprintf(args.pa_graphfile, "\
[all...]
H A Dpmcpl_annotate.c105 fprintf(args.pa_graphfile, "%p %s 0x%jx 0x%jx\n",
H A Dpmcstat.h144 FILE *pa_graphfile; /* where to send the callgraph */ member in struct:pmcstat_args
H A Dpmcstat.c592 args.pa_graphfile = NULL;
1103 args.pa_graphfile = args.pa_printfile;
1105 args.pa_graphfile = fopen(graphfilename, "w");
1106 if (args.pa_graphfile == NULL)
1113 args.pa_graphfile = fopen(graphfilename, "w");
1114 if (args.pa_graphfile == NULL)

Completed in 106 milliseconds