Home
last modified time | relevance | path

Searched refs:quick (Results 1 – 12 of 12) sorted by relevance

/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h295 unsigned int quick; member
Dintel-pt-decoder.c325 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/
Dbpf_iter_tcp4.c138 (icsk->icsk_ack.quick << 1) | inet_csk_in_pingpong_mode(icsk), in dump_tcp_sock()
Dbpf_iter_tcp6.c142 (icsk->icsk_ack.quick << 1) | inet_csk_in_pingpong_mode(icsk), in dump_tcp6_sock()
/tools/memory-model/Documentation/
DREADME42 LKMM, and would like a quick reference: cheatsheet.txt
Dlocking.txt113 no surprise that "r2" can be zero, and a quick herd7 run confirms this.
141 quick herd7 run confirms this.
/tools/perf/
DMakefile.perf1022 INSTALL_DOC_TARGETS += quick-install-doc quick-install-man quick-install-html
/tools/perf/util/
Dauxtrace.h166 unsigned int quick; member
Dintel-pt.c1342 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()
Dauxtrace.c1640 synth_opts->quick += 1; in itrace_do_parse_synth_opts()
/tools/power/pm-graph/
DREADME53 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
Dsleepgraph.py2192 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 ('', '', '')