Searched refs:phase (Results 1 – 16 of 16) sorted by relevance
| /tools/power/pm-graph/ |
| D | bootgraph.py | 237 def newAction(self, phase, name, pid, start, end, ret, ulen): argument 241 list = self.dmesg[phase]['list'] 281 for phase in self.phases: 282 dc = len(self.dmesg[phase]['list']) 283 sysvals.vprint('%9s mode: %.3f - %.3f (%d initcalls)' % (phase, 284 self.dmesg[phase]['start']*1000, 285 self.dmesg[phase]['end']*1000, dc)) 295 phase = 'kernel' 359 data.newAction(phase, f, pid, start, ktime, int(r), int(t)) 366 phase = 'user' [all …]
|
| D | sleepgraph.py | 1525 for phase in sorted(self.dmesg.keys()): 1526 if '*' in phase: 1527 p = phase.split('*') 1529 self.dmesg[pnew] = self.dmesg.pop(phase) 1531 for phase in self.sortedPhases(): 1532 self.devicegroups.append([phase]) 1533 def nextPhase(self, phase, offset): argument 1534 order = self.dmesg[phase]['order'] + offset 1608 for phase in self.sortedPhases(): 1609 list = self.dmesg[phase]['list'] [all …]
|
| D | README | 476 transparent, so the entry shares the phase color. The color is an
|
| /tools/testing/selftests/kvm/x86_64/ |
| D | smm_test.c | 45 static inline void sync_with_host(uint64_t phase) in sync_with_host() argument 48 : "+a" (phase)); in sync_with_host()
|
| /tools/testing/selftests/bpf/progs/ |
| D | btf_dump_test_case_padding.c | 168 short phase; member
|
| /tools/testing/selftests/tc-testing/creating-plugins/ |
| D | AddingPlugins.txt | 16 - adding commands to be run before and/or after the execute phase of the test cases 17 - ability to alter the command to be run in any phase:
|
| /tools/power/pm-graph/config/ |
| D | example.cfg | 129 # Callgraph phase filter 130 # Only enable callgraphs for one phase, i.e. resume_noirq (default: all)
|
| D | custom-timeline-functions.cfg | 102 # transparent, so the entry shares the phase color. The color is an 167 # transparent, so the entry shares the phase color. The color is an
|
| /tools/testing/selftests/ptp/ |
| D | testptp.c | 497 perout_request.phase.sec = perout_phase / NSEC_PER_SEC; in main() 498 perout_request.phase.nsec = perout_phase % NSEC_PER_SEC; in main()
|
| /tools/perf/Documentation/ |
| D | perf-c2c.txt | 39 The basic workflow with this tool follows the standard record/report phase.
|
| D | perf-trace.txt | 53 filter out the startup phase of the program, which is often very different.
|
| D | perf-top.txt | 363 phase is over, i.e. insert a perf probe at that point and use the above
|
| D | perf-report.txt | 486 phase is over, i.e. insert a perf probe at that point and then using this
|
| D | perf-stat.txt | 345 disabled). This is useful to filter out the startup phase of the program,
|
| D | perf-record.txt | 490 out the startup phase of the program, which is often very different.
|
| /tools/memory-model/Documentation/ |
| D | access-marking.txt | 179 wide variety of situations, including the uniprocessor phase of
|