Home
last modified time | relevance | path

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

/tools/perf/Documentation/
Dperf-kmem.txt63 --live::
64 Show live page stat. The perf kmem shows total allocation stat by
65 default, but this option shows live (currently allocated) pages
Dperf-kvm.txt16 'perf kvm stat [record|report|live] [<options>]
63 'perf kvm stat live' reports statistical data in a live mode (similar to
64 record + report but with statistical data updated live at a given display
Dperf-script.txt47 using 'live-mode' i.e. without writing anything to disk. <script>
60 <top-script> and to run the <top-script> using 'live-mode'
67 record' and 'live-mode' variants; this isn't possible however for
68 <top-script> 'live-mode' or 'perf script report' variants.
Dperf-trace.txt20 This is a live mode tool in addition to working with perf.data files like
208 live sessions (without --input/-i), 127 otherwise.
Dperf-probe.txt77 the live probes.
/tools/perf/util/
Dkvm-stat.h105 bool live; member
/tools/perf/
Dbuiltin-kvm.c612 if (kvm->live) { in print_result()
711 if (kvm->live) { in cpu_isa_config()
947 kvm->live = true; in kvm_events_live_report()
Dbuiltin-trace.c174 bool live; member
1411 if (!trace->live) in thread__fd_path()
3903 trace->live = true;
4148 trace->live = false;
/tools/objtool/Documentation/
Dstack-validation.txt106 c) Higher live patching compatibility rate
/tools/power/pm-graph/
Dsleepgraph.py3175 def parseTraceLog(live=False): argument
3180 if not live:
5914 def processData(live=False, quiet=False): argument
5921 testruns, error = parseTraceLog(live)