Searched refs:quick (Results 1 – 12 of 12) sorted by relevance
| /tools/perf/util/intel-pt-decoder/ |
| D | intel-pt-decoder.h | 295 unsigned int quick; member
|
| D | intel-pt-decoder.c | 325 decoder->hop = params->quick >= 1; in intel_pt_decoder_new() 326 decoder->leap = params->quick >= 2; in intel_pt_decoder_new()
|
| /tools/testing/selftests/bpf/progs/ |
| D | bpf_iter_tcp4.c | 138 (icsk->icsk_ack.quick << 1) | inet_csk_in_pingpong_mode(icsk), in dump_tcp_sock()
|
| D | bpf_iter_tcp6.c | 142 (icsk->icsk_ack.quick << 1) | inet_csk_in_pingpong_mode(icsk), in dump_tcp6_sock()
|
| /tools/memory-model/Documentation/ |
| D | README | 42 LKMM, and would like a quick reference: cheatsheet.txt
|
| D | locking.txt | 113 no surprise that "r2" can be zero, and a quick herd7 run confirms this. 141 quick herd7 run confirms this.
|
| /tools/perf/ |
| D | Makefile.perf | 1022 INSTALL_DOC_TARGETS += quick-install-doc quick-install-man quick-install-html
|
| /tools/perf/util/ |
| D | auxtrace.h | 166 unsigned int quick; member
|
| D | intel-pt.c | 1342 params.quick = pt->synth_opts.quick; in intel_pt_alloc_queue() 1349 if (params.branch_enable && intel_pt_disabled_tnt(pt) && !params.quick) in intel_pt_alloc_queue() 1350 params.quick = 1; in intel_pt_alloc_queue() 1849 if (pt->synth_opts.quick) in intel_pt_synth_instruction_sample()
|
| D | auxtrace.c | 1640 synth_opts->quick += 1; in itrace_do_parse_synth_opts()
|
| /tools/power/pm-graph/ |
| D | README | 53 timelines and a callgraph to give a quick and detailed view of which devices 543 perform a quick check to see if you formatted them correctly and if the system
|
| D | sleepgraph.py | 2192 def initcall_debug_call(self, line, quick=False): argument 2202 return True if quick else m.group('t', 'f', 'n', 'p') 2203 return False if quick else ('', '', '', '') 2204 def initcall_debug_return(self, line, quick=False): argument 2214 return True if quick else m.group('t', 'f', 'dt') 2215 return False if quick else ('', '', '')
|