Searched refs:phase (Results 1 – 16 of 16) sorted by relevance
| /tools/power/pm-graph/ |
| A D | bootgraph.py | 241 list = self.dmesg[phase]['list'] 281 for phase in self.phases: 295 phase = 'kernel' 366 phase = 'user' 558 phase = data.dmesg[p] 559 length = phase['end']-phase['start'] 564 phase['color'], '') 569 for phase in data.phases: 626 for phase in data.phases: 629 data.dmesg[phase]['color'], phase+'_mode', phase[0]) [all …]
|
| A D | sleepgraph.py | 1645 return phase 1871 lp = phase 1896 phase += '*' 1912 return phase 2153 d = DevItem(0, phase, self.dmesg[phase]['list'][devname]) 2719 phase = '' 2723 phase = p 2725 if not phase: 2750 self.phase = phase 4825 length = phase['end']-phase['start'] [all …]
|
| A D | README | 476 transparent, so the entry shares the phase color. The color is an
|
| /tools/testing/selftests/kvm/x86/ |
| A 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/ |
| A D | btf_dump_test_case_padding.c | 168 short phase; member
|
| /tools/testing/selftests/tc-testing/creating-plugins/ |
| A 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/ |
| A D | example.cfg | 129 # Callgraph phase filter 130 # Only enable callgraphs for one phase, i.e. resume_noirq (default: all)
|
| A 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/ |
| A D | testptp.c | 530 perout_request.phase.sec = perout_phase / NSEC_PER_SEC; in main() 531 perout_request.phase.nsec = perout_phase % NSEC_PER_SEC; in main()
|
| /tools/perf/Documentation/ |
| A D | perf-c2c.txt | 39 The basic workflow with this tool follows the standard record/report phase.
|
| A D | perf-trace.txt | 53 filter out the startup phase of the program, which is often very different.
|
| A D | perf-top.txt | 363 phase is over, i.e. insert a perf probe at that point and use the above
|
| A D | perf-report.txt | 513 phase is over, i.e. insert a perf probe at that point and then using this
|
| A D | perf-stat.txt | 345 disabled). This is useful to filter out the startup phase of the program,
|
| A D | perf-record.txt | 503 out the startup phase of the program, which is often very different.
|
| /tools/memory-model/Documentation/ |
| A D | access-marking.txt | 179 wide variety of situations, including the uniprocessor phase of
|
Completed in 1026 milliseconds