Home
last modified time | relevance | path

Searched refs:Select (Results 1 – 14 of 14) sorted by relevance

/tools/perf/Documentation/
Dperf-timechart.txt37 Select the output file (default: output.svg)
40 Select the input file (default: perf.data unless stdin is a fifo)
43 Select the width of the SVG file (default: 1000)
52 Select the processes to display, by name or PID
Dperf-ftrace.txt87 Select function tracer and set function filter on the given
95 Select function tracer and do not trace functions given by the
108 Select function_graph tracer and set graph filter on the given
116 Select function_graph tracer and set graph notrace filter on the
Dperf-diff.txt134 Select the second 10% time slice to diff:
138 Select from 0% to 10% time slice to diff:
142 Select the first and the second 10% time slices to diff:
146 Select from 0% to 10% and 30% to 40% slices to diff:
Dperf-iostat.txt35 Select the root ports for monitoring. Comma-separated list is supported.
Dperf-script.txt420 Select the second 10% time slice:
423 Select from 0% to 10% time slice:
426 Select the first and second 10% time slices:
429 Select from 0% to 10% and 30% to 40% slices:
Dperf-mem.txt39 Select the memory operation type: load or store (default: load,store)
Dperf-report.txt466 Select the second 10% time slice:
470 Select from 0% to 10% time slice:
474 Select the first and second 10% time slices:
478 Select from 0% to 10% and 30% to 40% slices:
Dperf-amd-ibs.txt99 /* Select a line and press 'a' to drill down at instruction level. */
Dperf-top.txt40 Select the PMU event. Selection can be a symbolic event name
388 Select a PMU event using libpfm4 syntax (see http://perfmon2.sf.net)
Dperf-record.txt29 Select the PMU event. Selection can be:
517 Select AUX area tracing Snapshot Mode. This option is valid only with an
529 Select AUX area sampling. At least one of the events selected by the -e option
714 Select a PMU event using libpfm4 syntax (see http://perfmon2.sf.net)
Dperf-c2c.txt48 Select the PMU event. Use 'perf c2c record -e list'
Dperf-stat.txt35 Select the PMU event. Selection can be:
113 Select a PMU event using libpfm4 syntax (see http://perfmon2.sf.net)
/tools/perf/pmu-events/
Dmetric.py208 class Select(Expression): class
238 return Select(true_val, cond, false_val)
241 if isinstance(other, Select):
252 return Select(true_val, cond, false_val)
/tools/perf/scripts/python/
Dexported-sql-viewer.py511 self.Select()
538 def Select(self): member in CallGraphLevelTwoPlusItemBase
597 def Select(self): member in CallGraphLevelTwoItem
598 super(CallGraphLevelTwoItem, self).Select()
625 def Select(self): member in CallGraphLevelOneItem
822 def Select(self): member in CallTreeLevelTwoPlusItemBase
882 def Select(self): member in CallTreeLevelTwoItem
883 super(CallTreeLevelTwoItem, self).Select()
910 def Select(self): member in CallTreeLevelOneItem
2563 def Select(self): member in SQLFetcherProcess
[all …]