| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-evlist.c | 21 static int __cmd_evlist(const char *file_name, struct perf_attr_details *details) in __cmd_evlist() argument 28 .force = details->force, in __cmd_evlist() 37 evsel__fprintf(pos, details, stdout); in __cmd_evlist() 43 if (has_tracepoint && !details->trace_fields) in __cmd_evlist() 52 struct perf_attr_details details = { .verbose = false, }; in cmd_evlist() local 55 OPT_BOOLEAN('F', "freq", &details.freq, "Show the sample frequency"), in cmd_evlist() 56 OPT_BOOLEAN('v', "verbose", &details.verbose, in cmd_evlist() 58 OPT_BOOLEAN('g', "group", &details.event_group, in cmd_evlist() 60 OPT_BOOLEAN('f', "force", &details.force, "don't complain, do it"), in cmd_evlist() 61 OPT_BOOLEAN(0, "trace-fields", &details.trace_fields, "Show tracepoint fields"), in cmd_evlist() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/utils/ |
| H A D | trace.hpp | 44 namespace details { namespace 145 …static CV_TRACE_NS::details::Region::LocationExtraData* CV__TRACE_LOCATION_EXTRA_VARNAME(loc_id) =… 146 static const CV_TRACE_NS::details::Region::LocationStaticStorage \ 149 …ame, flags) CV__TRACE_DEFINE_LOCATION_(fn, name, ((flags) | CV_TRACE_NS::details::REGION_FLAG_FUNC… 154 const CV_TRACE_NS::details::Region __region_fn(CV__TRACE_LOCATION_VARNAME(fn)); 158 const CV_TRACE_NS::details::Region __region_fn(CV__TRACE_LOCATION_VARNAME(fn)); 161 CV__TRACE_DEFINE_LOCATION_FN(CV__TRACE_FUNCTION, CV_TRACE_NS::details::REGION_FLAG_APP_CODE); \ 162 const CV_TRACE_NS::details::Region __region_fn(CV__TRACE_LOCATION_VARNAME(fn)); 165 CV__TRACE_DEFINE_LOCATION_FN(name, CV_TRACE_NS::details::REGION_FLAG_APP_CODE); \ 166 const CV_TRACE_NS::details::Region __region_fn(CV__TRACE_LOCATION_VARNAME(fn)); [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/utils/ |
| H A D | trace.hpp | 44 namespace details { namespace 145 …static CV_TRACE_NS::details::Region::LocationExtraData* CV__TRACE_LOCATION_EXTRA_VARNAME(loc_id) =… 146 static const CV_TRACE_NS::details::Region::LocationStaticStorage \ 149 …ame, flags) CV__TRACE_DEFINE_LOCATION_(fn, name, ((flags) | CV_TRACE_NS::details::REGION_FLAG_FUNC… 154 const CV_TRACE_NS::details::Region __region_fn(CV__TRACE_LOCATION_VARNAME(fn)); 158 const CV_TRACE_NS::details::Region __region_fn(CV__TRACE_LOCATION_VARNAME(fn)); 161 CV__TRACE_DEFINE_LOCATION_FN(CV__TRACE_FUNCTION, CV_TRACE_NS::details::REGION_FLAG_APP_CODE); \ 162 const CV_TRACE_NS::details::Region __region_fn(CV__TRACE_LOCATION_VARNAME(fn)); 165 CV__TRACE_DEFINE_LOCATION_FN(name, CV_TRACE_NS::details::REGION_FLAG_APP_CODE); \ 166 const CV_TRACE_NS::details::Region __region_fn(CV__TRACE_LOCATION_VARNAME(fn)); [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/utils/ |
| H A D | trace.hpp | 44 namespace details { namespace 145 …static CV_TRACE_NS::details::Region::LocationExtraData* CV__TRACE_LOCATION_EXTRA_VARNAME(loc_id) =… 146 static const CV_TRACE_NS::details::Region::LocationStaticStorage \ 149 …ame, flags) CV__TRACE_DEFINE_LOCATION_(fn, name, ((flags) | CV_TRACE_NS::details::REGION_FLAG_FUNC… 154 const CV_TRACE_NS::details::Region __region_fn(CV__TRACE_LOCATION_VARNAME(fn)); 158 const CV_TRACE_NS::details::Region __region_fn(CV__TRACE_LOCATION_VARNAME(fn)); 161 CV__TRACE_DEFINE_LOCATION_FN(CV__TRACE_FUNCTION, CV_TRACE_NS::details::REGION_FLAG_APP_CODE); \ 162 const CV_TRACE_NS::details::Region __region_fn(CV__TRACE_LOCATION_VARNAME(fn)); 165 CV__TRACE_DEFINE_LOCATION_FN(name, CV_TRACE_NS::details::REGION_FLAG_APP_CODE); \ 166 const CV_TRACE_NS::details::Region __region_fn(CV__TRACE_LOCATION_VARNAME(fn)); [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/ |
| H A D | runner.py | 133 def extractExtraResults(self, test, details = None): argument 135 if details is not None and "extraresults" in details: 136 extraresults = details.get("extraresults", {}) 148 def addError(self, test, *args, details = None): argument 149 self.extractExtraResults(test, details = details) 152 def addFailure(self, test, *args, details = None): argument 153 self.extractExtraResults(test, details = details) 156 def addSuccess(self, test, details = None): argument 159 self.extractExtraResults(test, details = details) 162 def addExpectedFailure(self, test, *args, details = None): argument [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/trace/postprocess/ |
| H A D | trace-vmscan-postprocess.pl | 273 my $details; 310 $details = $6; 311 if ($details !~ /$regex_direct_begin/o) { 313 print " $details\n"; 333 $details = $6; 334 if ($details !~ /$regex_kswapd_wake/o) { 336 print " $details\n"; 367 $details = $6; 368 if ($details !~ /$regex_wakeup_kswapd/o) { 370 print " $details\n"; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_adminq.c | 585 struct iavf_asq_cmd_details *details; in iavf_clean_asq() local 591 details = IAVF_ADMINQ_DETAILS(*asq, ntc); in iavf_clean_asq() 596 if (details->callback) { in iavf_clean_asq() 598 (IAVF_ADMINQ_CALLBACK)details->callback; in iavf_clean_asq() 603 memset((void *)details, 0, in iavf_clean_asq() 609 details = IAVF_ADMINQ_DETAILS(*asq, ntc); in iavf_clean_asq() 650 struct iavf_asq_cmd_details *details; in iavf_asq_send_command() local 676 details = IAVF_ADMINQ_DETAILS(hw->aq.asq, hw->aq.asq.next_to_use); in iavf_asq_send_command() 678 *details = *cmd_details; in iavf_asq_send_command() 684 if (details->cookie) { in iavf_asq_send_command() [all …]
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/gpu/ |
| H A D | nvidia,tegra20-host1x.txt | 13 See ../clocks/clock-bindings.txt for details. 15 See ../reset/reset.txt for details. 29 See ../clocks/clock-bindings.txt for details. 31 See ../reset/reset.txt for details. 42 See ../clocks/clock-bindings.txt for details. 44 See ../reset/reset.txt for details. 55 See ../clocks/clock-bindings.txt for details. 57 See ../reset/reset.txt for details. 68 See ../clocks/clock-bindings.txt for details. 70 See ../reset/reset.txt for details. [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/ |
| H A D | place-definition.qdocinc | 11 The place details consist of properties of the place, such as the name, 13 search, these details are filled in. Sometimes in order to save bandwidth, 14 there are further details about the place that can be retrieved on an 17 details have been fetched, and if not, QPlaceManager::getPlaceDetails() can 18 be used to retrieve them. Precisely which details are populated during a 21 more details. 25 treated separately from the place details. They can be retrieved in a paged
|
| H A D | place-caveats.qdocinc | 1 … The Places API is currently designed for only saving \a {core} details. Saving rich content like 2 …images and reviews or details like supplier and rating is not a supported use case. Typically a m… 5 The Places API only supports saving of the following \e {core details}: 10 \li contact details 18 details.
|
| /OK3568_Linux_fs/kernel/Documentation/sphinx/ |
| H A D | maintainers_include.py | 124 field, details = line.split(':', 1) 125 details = details.strip() 131 if not ':doc:' in details: 132 details = '``%s``' % (details) 143 field_content = field_content + "\n\t%s" % (details)
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_adminq.c | 724 struct i40e_asq_cmd_details *details; in i40e_clean_asq() local 730 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq() 735 if (details->callback) { in i40e_clean_asq() 737 (I40E_ADMINQ_CALLBACK)details->callback; in i40e_clean_asq() 742 memset(details, 0, sizeof(*details)); in i40e_clean_asq() 747 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq() 790 struct i40e_asq_cmd_details *details; in i40e_asq_send_command() local 815 details = I40E_ADMINQ_DETAILS(hw->aq.asq, hw->aq.asq.next_to_use); in i40e_asq_send_command() 817 *details = *cmd_details; in i40e_asq_send_command() 823 if (details->cookie) { in i40e_asq_send_command() [all …]
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | do_hbm_test.sh | 88 details=0 131 details=1 300 if [ $details -ne 0 ] ; then 317 if [ $details -ne 0 ] ; then 324 if [ $details -ne 0 ] ; then 339 if [ $details -ne 0 ] ; then 365 if [ $details -ne 0 ] ; then 378 if [ $details -ne 0 ] ; then 384 if [ $details -ne 0 ] ; then
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/tegra/ |
| H A D | nvidia,tegra20-host1x.txt | 17 See ../clocks/clock-bindings.txt for details. 19 See ../reset/reset.txt for details. 33 See ../clocks/clock-bindings.txt for details. 35 See ../reset/reset.txt for details. 46 See ../clocks/clock-bindings.txt for details. 49 See ../reset/reset.txt for details. 72 See ../clocks/clock-bindings.txt for details. 123 See ../clocks/clock-bindings.txt for details. 125 See ../reset/reset.txt for details. 136 See ../clocks/clock-bindings.txt for details. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/trace/coresight/ |
| H A D | coresight.rst | 133 See Documentation/devicetree/bindings/arm/coresight.txt for details. 258 <file details> cti_cpu0 -> ../../../23020000.cti/cti_cpu0 259 <file details> nr_links 260 <file details> out:0 -> ../../../230c0000.funnel/funnel2 265 <file details> in:0 -> ../../../23040000.etm/etm0 266 <file details> in:1 -> ../../../23140000.etm/etm3 267 <file details> in:2 -> ../../../23240000.etm/etm4 268 <file details> in:3 -> ../../../23340000.etm/etm5 269 <file details> nr_links 270 <file details> out:0 -> ../../../20040000.funnel/funnel0 [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | teamcity.py | 102 details = "" 104 details = ''.join(record.bb_exc_formatted) 108 details = ''.join(formatted) 113 errorDetails=details) 116 if details: 117 payload += "\n" + details 254 details = deque(maxlen=loglines) 263 details.append(' | %s' % line) 277 if details: 282 while details: [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/dnn/ |
| H A D | layer.details.hpp | 28 cv::dnn::LayerFactory::registerLayer(#type, cv::dnn::details::_layerDynamicRegisterer<class>); 36 static cv::dnn::details::_LayerStaticRegisterer __LayerStaticRegisterer_##type(#type, constructorFu… 46 static cv::dnn::details::_LayerStaticRegisterer __LayerStaticRegisterer_##type(#type, __LayerStatic… 48 namespace details { namespace
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | qunit-1.18.0.js | 90 …details={module:this.module.name,name:this.testName,result:result,message:message,actual:actual,ex… variable 91 runLoggingCallbacks("log",details);this.assertions.push({result:!!result,message:message});},pushFa… 93 …details={module:this.module.name,name:this.testName,result:false,message:message||"error",actual:a… variable 94 runLoggingCallbacks("log",details);this.assertions.push({result:false,message:message});},resolvePr… 313 QUnit.begin(function(details){var qunit=id("qunit");storeFixture();if(qunit){qunit.innerHTML="<h1 i… argument 318 …details.modules);toolbarModuleFilter();if(qunit&&config.hidepassed){addClass(qunit.lastChild,"hide… argument 320 if(config.altertitle&&defined.document&&document.title){document.title=[(details.failed?"\u2716":"\… 321 if(config.reorder&&defined.sessionStorage&&details.failed===0){for(i=0;i<sessionStorage.length;i++)… 324 …details){var running,testBlock,bad;testBlock=id("qunit-test-output-"+details.testId);if(testBlock)… argument 325 …&defined.sessionStorage&&+sessionStorage.getItem("qunit-test-"+details.module+"-"+details.name);ru… [all …]
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | Kconfig.x86 | 29 For details, take a look at: 49 For details, take a look at <file:Documentation/cpu-freq/>. 86 For details, take a look at <file:Documentation/cpu-freq/>. 96 For details, take a look at <file:Documentation/cpu-freq/>. 108 For details, take a look at <file:Documentation/cpu-freq/>. 118 For details, take a look at <file:Documentation/cpu-freq/>. 139 For details, take a look at <file:Documentation/cpu-freq/>. 165 For details, take a look at <file:Documentation/cpu-freq/>. 184 For details, take a look at <file:Documentation/cpu-freq/>. 207 For details, take a look at <file:Documentation/cpu-freq/>. [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/groff/files/ |
| H A D | 0001-Include-config.h.patch | 49 @@ -16,6 +16,10 @@ for more details. 64 @@ -15,6 +15,10 @@ for more details. 79 @@ -17,6 +17,10 @@ for more details. 94 @@ -17,6 +17,10 @@ for more details. 109 @@ -16,6 +16,10 @@ for more details. 124 @@ -17,6 +17,10 @@ for more details. 139 @@ -17,6 +17,10 @@ for more details. 154 @@ -16,6 +16,10 @@ for more details. 169 @@ -17,6 +17,10 @@ for more details. 184 @@ -17,6 +17,10 @@ for more details. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/ |
| H A D | mediatek-jpeg-encoder.txt | 12 Documentation/devicetree/bindings/clock/clock-bindings.txt for details. 15 Documentation/devicetree/bindings/power/power_domain.txt for details. 18 for details. 21 for details.
|
| H A D | mediatek-jpeg-decoder.txt | 14 Documentation/devicetree/bindings/clock/clock-bindings.txt for details. 17 Documentation/devicetree/bindings/power/power_domain.txt for details. 20 for details. 23 for details.
|
| H A D | mediatek-mdp.txt | 8 Documentation/devicetree/bindings/media/mediatek-vpu.txt for details. 18 Documentation/devicetree/bindings/clock/clock-bindings.txt for details. 20 Documentation/devicetree/bindings/power/power_domain.txt for details. 29 for details. 32 for details.
|
| /OK3568_Linux_fs/u-boot/cmd/mvebu/ |
| H A D | Kconfig | 9 For details about bubt command please see the documentation 22 For details about bubt command please see the documentation 31 For details about bubt command please see the documentation 40 For details about bubt command please see the documentation
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-i3c | 52 length, etc. See the I3C specification for more details. 62 specification for more details. 74 See the I3C specification for more details. 85 See the I3C specification for more details about these HDR 112 length, etc. See the I3C specification for more details. 120 specification for more details. 130 See the I3C specification for more details. 140 See the I3C specification for more details about these HDR
|