| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/ |
| H A D | 0007-mycroft.conf-Use-pocketsphinx-by-default.patch | 6 precise only works on certain architectures, to make Mycroft more 23 - "module": "precise",
|
| H A D | 0005-pip-requirements-Don-t-install-requirements-with-pip.patch | 83 -precise-runner==0.2.1
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-list.txt | 56 p - precise level 57 P - use maximum detected precise level 63 The 'p' modifier can be used for specifying how precise the instruction 72 For Intel systems precise event sampling is implemented with PEBS 73 which supports up to precise-level 2, and precise level 3 for 76 On AMD systems it is implemented using IBS (up to precise-level 2). 77 The precise modifier works with event types 0x76 (cpu-cycles, CPU
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/doc/ |
| H A D | rcu-test-image.txt | 39 # Replace "precise" below with your favorite Ubuntu release. 42 sudo debootstrap --verbose --arch i386 precise /mnt http://archive.ubuntu.com/ubuntu
|
| /OK3568_Linux_fs/kernel/Documentation/features/time/irq-time-acct/ |
| H A D | arch-support.txt | 4 # description: arch supports precise IRQ time accounting
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-precise-runner_0.3.1.bb | 2 HOMEPAGE = "https://github.com/MycroftAI/mycroft-precise"
|
| /OK3568_Linux_fs/kernel/Documentation/features/time/virt-cpuacct/ |
| H A D | arch-support.txt | 4 # description: arch supports precise virtual CPU time accounting
|
| /OK3568_Linux_fs/buildroot/package/libart/ |
| H A D | Config.in | 10 to rapid, precise computation of Region of Interest, and a
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libevent/libevent/ |
| H A D | 0003-test-mark-util-monotonic_prc_fallback-as-retriable.patch | 20 …{ "monotonic_prc_precise", test_evutil_monotonic_prc, TT_RETRIABLE, &basic_setup, (void*)"precise"…
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/ |
| H A D | sysfs-class-dax | 8 system. Device DAX is strict, precise and predictable.
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | README.sh | 12 SoX is licensed under the GNU GPL and GNU LGPL. To be precise, the 'sox'
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/ |
| H A D | MAINTAINERS | 26 Maintainers List (try to look for most precise areas first)
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/ |
| H A D | jevents.c | 555 jsmntok_t *precise = NULL; in json_events() local 594 precise = val; in json_events() 650 if (precise && je.desc && !strstr(je.desc, "(Precise Event)")) { in json_events() 651 if (json_streq(map, precise, "2")) in json_events()
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | max31790.rst | 28 Tachometer inputs monitor fan tachometer logic outputs for precise (+/-1%)
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/ |
| H A D | lirc-set-wideband-receiver.rst | 41 also be more precise. On the other hand its disadvantage it usually
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | v4l2-selection-targets.rst | 9 The precise meaning of the selection targets may be dependent on which
|
| H A D | pixfmt-meta-uvc.rst | 18 timing information, required for precise interpretation of timestamps, contained
|
| /OK3568_Linux_fs/kernel/Documentation/timers/ |
| H A D | hrtimers.rst | 60 users like drivers and subsystems which require precise timed events 68 with other potential users for precise timers gives another reason to 69 separate the "timeout" and "precise timer" subsystems.
|
| /OK3568_Linux_fs/kernel/Documentation/sparc/ |
| H A D | adi.rst | 124 MCD precise exception is enabled (MCDPERR=1), a precise 136 ADI tag mismatch on a load always results in precise trap.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | fimc.rst | 90 In order to enable more precise camera pipeline control through the sub-device 128 more precise FIMC capture subsystem control. In addition a separate v4l2
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ptpd/ |
| H A D | ptpd_2.3.1.bb | 4 and PTP Version 2 implements IEEE-1588-2008. PTP was developed to provide very precise \
|
| /OK3568_Linux_fs/kernel/arch/x86/events/ |
| H A D | core.c | 520 int precise = 0; in x86_pmu_max_precise() local 524 precise++; in x86_pmu_max_precise() 528 precise++; in x86_pmu_max_precise() 531 precise++; in x86_pmu_max_precise() 533 return precise; in x86_pmu_max_precise() 539 int precise = x86_pmu_max_precise(); in x86_pmu_hw_config() local 541 if (event->attr.precise_ip > precise) in x86_pmu_hw_config()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4-custom/ |
| H A D | 0006-BACKPORT-arm64-Introduce-prctl-options-to-control-th.patch | 19 MTE-specific settings like imprecise vs precise exceptions.
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ufs/ |
| H A D | ufs-exynos.c | 366 const int precise = 10; in exynos_ufs_calc_time_cntr() local 371 fraction = ((NSEC_PER_SEC % pclk_rate) * precise) / pclk_rate; in exynos_ufs_calc_time_cntr() 373 return (period * precise) / ((clk_period * precise) + fraction); in exynos_ufs_calc_time_cntr()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | parse-events.c | 1779 int precise; member 1797 int precise = evsel ? evsel->core.attr.precise_ip : 0; in get_event_modifier() local 1835 precise++; in get_event_modifier() 1865 if (precise > 3) in get_event_modifier() 1874 mod->precise = precise; in get_event_modifier() 1927 evsel->core.attr.precise_ip = mod.precise; in parse_events__modifier_event()
|