Home
last modified time | relevance | path

Searched refs:precise (Results 1 – 25 of 93) sorted by relevance

1234

/linux/tools/perf/Documentation/
A Dperf-list.txt60 p - precise level
61 P - use maximum detected precise level
67 The 'p' modifier can be used for specifying how precise the instruction
76 For Intel systems precise event sampling is implemented with PEBS
77 which supports up to precise-level 2, and precise level 3 for
80 On AMD systems it is implemented using IBS (up to precise-level 2).
81 The precise modifier works with event types 0x76 (cpu-cycles, CPU
/linux/tools/perf/util/
A Devlist-hybrid.c19 int evlist__add_default_hybrid(struct evlist *evlist, bool precise) in evlist__add_default_hybrid() argument
29 evsel = evsel__new_cycles(precise, PERF_TYPE_HARDWARE, in evlist__add_default_hybrid()
A Devlist-hybrid.h10 int evlist__add_default_hybrid(struct evlist *evlist, bool precise);
A Dparse-events.c1865 int precise; member
1884 int precise = evsel ? evsel->core.attr.precise_ip : 0; in get_event_modifier() local
1923 precise++; in get_event_modifier()
1955 if (precise > 3) in get_event_modifier()
1964 mod->precise = precise; in get_event_modifier()
2018 evsel->core.attr.precise_ip = mod.precise; in parse_events__modifier_event()
/linux/Documentation/features/time/irq-time-acct/
A Darch-support.txt4 # description: arch supports precise IRQ time accounting
/linux/tools/testing/selftests/rcutorture/doc/
A Drcu-test-image.txt39 # Replace "precise" below with your favorite Ubuntu release.
42 sudo debootstrap --verbose --arch i386 precise /mnt http://archive.ubuntu.com/ubuntu
/linux/Documentation/features/time/virt-cpuacct/
A Darch-support.txt4 # description: arch supports precise virtual CPU time accounting
/linux/Documentation/ABI/obsolete/
A Dsysfs-class-dax8 system. Device DAX is strict, precise and predictable.
/linux/Documentation/hwmon/
A Dmax31790.rst28 Tachometer inputs monitor fan tachometer logic outputs for precise (+/-1%)
/linux/Documentation/userspace-api/media/rc/
A Dlirc-set-wideband-receiver.rst41 also be more precise. On the other hand its disadvantage it usually
/linux/Documentation/userspace-api/media/v4l/
A Dv4l2-selection-targets.rst9 The precise meaning of the selection targets may be dependent on which
A Dpixfmt-meta-uvc.rst18 timing information, required for precise interpretation of timestamps, contained
A Dvidioc-query-dv-timings.rst66 precise feedback to the user.
/linux/tools/perf/pmu-events/
A Djevents.c580 jsmntok_t *precise = NULL; in json_events() local
628 precise = val; in json_events()
684 if (precise && je.desc && !strstr(je.desc, "(Precise Event)")) { in json_events()
685 if (json_streq(map, precise, "2")) in json_events()
/linux/Documentation/sparc/
A Dadi.rst124 MCD precise exception is enabled (MCDPERR=1), a precise
136 ADI tag mismatch on a load always results in precise trap.
/linux/Documentation/timers/
A Dhrtimers.rst60 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.
/linux/Documentation/admin-guide/media/
A Dfimc.rst90 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
/linux/arch/x86/events/
A Dcore.c544 int precise = 0; in x86_pmu_max_precise() local
548 precise++; in x86_pmu_max_precise()
552 precise++; in x86_pmu_max_precise()
555 precise++; in x86_pmu_max_precise()
557 return precise; in x86_pmu_max_precise()
563 int precise = x86_pmu_max_precise(); in x86_pmu_hw_config() local
565 if (event->attr.precise_ip > precise) in x86_pmu_hw_config()
/linux/Documentation/devicetree/bindings/input/
A Dadc-joystick.yaml80 Omitting this property indicates the axis is precise.
/linux/Documentation/devicetree/bindings/thermal/
A Dthermal-cooling-devices.yaml39 precise set of cooling states associated with a device should be defined in
/linux/drivers/scsi/ufs/
A Dufs-exynos.c527 const int precise = 10; in exynos_ufs_calc_time_cntr() local
532 fraction = ((NSEC_PER_SEC % pclk_rate) * precise) / pclk_rate; in exynos_ufs_calc_time_cntr()
534 return (period * precise) / ((clk_period * precise) + fraction); in exynos_ufs_calc_time_cntr()
/linux/Documentation/sound/cards/
A Dhdspm.rst79 precise-pointer.
357 Enable precise pointer, or disable.
/linux/include/linux/
A Dbpf_verifier.h167 bool precise; member
/linux/Documentation/firmware-guide/acpi/apei/
A Doutput_format.rst61 [restartable][, precise IP][, overflow][, corrected]
/linux/Documentation/x86/
A Dtlb.rst16 it is a much more precise operation, causing no collateral

Completed in 48 milliseconds

1234