Home
last modified time | relevance | path

Searched refs:pm (Results 1 – 7 of 7) sorted by relevance

/tools/power/pm-graph/
DMakefile9 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph
10 install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph
11 install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph
12 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config
13 install -m 644 config/cgskip.txt $(DESTDIR)$(PREFIX)/lib/pm-graph/config
14 install -m 644 config/freeze-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
15 install -m 644 config/freeze.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
16 install -m 644 config/freeze-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
17 install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
18 install -m 644 config/standby.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
[all …]
DREADME8 pm-graph: suspend/resume/boot timing analysis tools
11 Home Page: https://01.org/pm-graph
13 Report bugs/issues at bugzilla.kernel.org Tools/pm-graph
14 - https://bugzilla.kernel.org/buglist.cgi?component=pm-graph&product=Tools
18 https://01.org/pm-graph/documentation/getting-started
21 https://01.org/pm-graph/documentation/3-config-file-format
24 https://github.com/intel/pm-graph/
75 $> git clone http://github.com/intel/pm-graph.git
76 $> cd pm-graph
601 host%> wget https://raw.githubusercontent.com/intel/pm-graph/master/tools/android.sh
Dsleepgraph.py5285 sv, tp, pm = sysvals, sysvals.tpath, ProcessMonitor()
5312 pm.start()
5402 pm.stop()
/tools/testing/selftests/tc-testing/
Dtdc.py180 def exec_cmd(args, pm, stage, command): argument
190 command = pm.call_adjust_command(stage, command)
214 def prepare_env(args, pm, stage, prefix, cmdlist, output = None): argument
232 (proc, foutput) = exec_cmd(args, pm, stage, cmd)
249 def run_one_test(pm, args, index, tidx): argument
264 pm.call_pre_case(tidx, test_skip=True)
265 pm.call_post_execute()
271 pm.call_pre_case(tidx)
272 prepare_env(args, pm, 'setup', "-----> prepare stage", tidx["setup"])
276 pm.call_pre_execute()
[all …]
/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME6 Core.pm and Util.pm are pure Perl modules; Core.pm contains routines
8 'used', while Util.pm contains useful but optional utility functions
9 that scripts may want to use. Context.pm contains the Perl->C
11 executable; scripts wishing to do that should 'use Context.pm'.
39 You should make sure libperl and ExtUtils/Embed.pm are installed first
/tools/perf/util/
Dstat-display.c421 print_metric_t pm = print_metric_std; in printout() local
427 pm = print_metric_only_csv; in printout()
429 pm = print_metric_only; in printout()
443 pm = print_metric_csv; in printout()
458 pm(config, &os, NULL, "", "", 0); in printout()
486 pm(config, &os, NULL, NULL, "", 0); in printout()
490 pm(config, &os, NULL, NULL, "", 0); in printout()
497 out.print_metric = pm; in printout()
/tools/power/cpupower/
DMakefile59 PACKAGE_BUGREPORT = linux-pm@vger.kernel.org