Lines Matching defs:pmcstat_args
85 struct pmcstat_args { struct
86 int pa_flags; /* argument flags */
112 int pa_required; /* required features */
113 int pa_pplugin; /* pre-processing plugin */
114 int pa_plugin; /* analysis plugin */
115 int pa_verbosity; /* verbosity level */
116 FILE *pa_printfile; /* where to send printed output */
117 int pa_logfd; /* output log file */
118 char *pa_inputpath; /* path to input log */
119 char *pa_outputpath; /* path to output log */
120 void *pa_logparser; /* log file parser */
121 const char *pa_fsroot; /* FS root where executables reside */
122 const char *pa_samplesdir; /* directory for profile files */
123 const char *pa_mapfilename;/* mapfile name */
124 FILE *pa_graphfile; /* where to send the callgraph */
125 int pa_graphdepth; /* print depth for callgraphs */
126 double pa_interval; /* printing interval in seconds */
127 cpuset_t pa_cpumask; /* filter for CPUs analysed */
128 int pa_ctdumpinstr; /* dump instructions with calltree */
129 int pa_topmode; /* delta or accumulative */
130 int pa_toptty; /* output to tty or file */
131 int pa_topcolor; /* terminal support color */
132 int pa_mergepmc; /* merge PMC with same name */
133 double pa_duration; /* time duration */
134 uint32_t pa_tid;
135 int pa_argc;
136 char **pa_argv;