Home
last modified time | relevance | path

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

123

/linux/tools/perf/Documentation/
H A Dperf-list.txt68 p - precise level
69 P - use maximum detected precise level
78 The 'p' modifier can be used for specifying how precise the instruction
87 For Intel systems precise event sampling is implemented with PEBS
88 which supports up to precise-level 2, and precise level 3 for
91 On AMD systems it is implemented using IBS OP (up to precise-level 2).
93 inherently non-precise and IBS is inherently precise. (i.e. ibs_op//,
94 ibs_op//p, ibs_op//pp and ibs_op//ppp are all same). The precise modifier
H A Dperf-amd-ibs.txt17 Instruction-Based Sampling (IBS) provides precise Instruction Pointer (IP)
20 execution (micro-op execution to be precise) with details like d-cache
42 IBS gives samples with precise IP, i.e. the IP recorded with IBS sample has
/linux/tools/perf/util/
H A Dparse-events.l135 struct parse_events_modifier mod = { .precise = 0, }; in modifiers()
155 mod.precise++; in modifiers()
166 if (mod.precise > 3) { in modifiers()
H A Dparse-events.h199 u8 precise; /* Number of repeated 'p' for precision. */ member
/linux/Documentation/features/time/irq-time-acct/
H A Darch-support.txt4 # description: arch supports precise IRQ time accounting
/linux/Documentation/features/time/virt-cpuacct/
H A Darch-support.txt4 # description: arch supports precise virtual CPU time accounting
/linux/tools/testing/selftests/rcutorture/doc/
H 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/tools/rtla/
H A Drtla.rst19 precise information about the properties and root causes of unexpected
/linux/tools/tracing/rtla/
H A DREADME.txt5 rtla leverages kernel tracing capabilities to provide precise information
/linux/arch/x86/events/
H A Dcore.c563 int precise = 0; in x86_pmu_max_precise() local
568 precise = 2; in x86_pmu_max_precise()
570 precise++; in x86_pmu_max_precise()
572 return precise; in x86_pmu_max_precise()
576 precise++; in x86_pmu_max_precise()
579 precise++; in x86_pmu_max_precise()
582 precise++; in x86_pmu_max_precise()
585 return precise; in x86_pmu_max_precise()
591 int precise = x86_pmu_max_precise(event->pmu); in x86_pmu_hw_config() local
593 if (event->attr.precise_ip > precise) in x86_pmu_hw_config()
/linux/Documentation/userspace-api/media/rc/
H A Dlirc-set-wideband-receiver.rst41 also be more precise. On the other hand its disadvantage it usually
/linux/tools/testing/selftests/kvm/x86/
H A Dprivate_mem_conversions_test.c230 static void guest_test_punch_hole(uint64_t base_gpa, bool precise) in guest_test_punch_hole() argument
254 if (precise) { in guest_test_punch_hole()
/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2-selection-targets.rst10 The precise meaning of the selection targets may be dependent on which
H A Dmetafmt-uvc.rst19 timing information, required for precise interpretation of timestamps, contained
H A Dvidioc-query-dv-timings.rst66 precise feedback to the user.
/linux/Documentation/arch/sparc/
H 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/
H 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/
H 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/tools/perf/pmu-events/
H A Djevents.py337 precise = jd.get('PEBS')
370 if precise and self.desc and '(Precise Event)' not in self.desc:
371 extra_desc += ' (Must be precise)' if precise == '2' else (' (Precise '
/linux/Documentation/sound/cards/
H A Dhdspm.rst79 precise-pointer.
357 Enable precise pointer, or disable.
/linux/Documentation/core-api/
H A Dnetlink.rst47 to take effect. This is useful for programs that need precise feedback
/linux/Documentation/firmware-guide/acpi/apei/
H A Doutput_format.rst61 [restartable][, precise IP][, overflow][, corrected]
/linux/Documentation/arch/x86/
H A Dtlb.rst16 it is a much more precise operation, causing no collateral
/linux/Documentation/sound/designs/
H A Dtimestamping.rst13 and precise moment. Applications should not rely solely on the first
108 precise start time (patches WIP)
/linux/Documentation/hwmon/
H A Dltc4282.rst33 LTC4282 is well suited to high power applications because the precise monitoring

123