Home
last modified time | relevance | path

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

12345

/linux/mm/
A Ddebug.c126 struct page precise; in __dump_page() local
132 memcpy(&precise, page, sizeof(*page)); in __dump_page()
133 foliop = page_folio(&precise); in __dump_page()
134 if (foliop == (struct folio *)&precise) { in __dump_page()
153 precise.compound_head &= ~1UL; in __dump_page()
154 foliop = (struct folio *)&precise; in __dump_page()
159 __dump_folio(foliop, &precise, pfn, idx); in __dump_page()
/linux/tools/perf/Documentation/
A Dperf-list.txt68 p - precise level
69 P - use maximum detected precise level
77 The 'p' modifier can be used for specifying how precise the instruction
86 For Intel systems precise event sampling is implemented with PEBS
87 which supports up to precise-level 2, and precise level 3 for
90 On AMD systems it is implemented using IBS OP (up to precise-level 2).
92 inherently non-precise and IBS is inherently precise. (i.e. ibs_op//,
93 ibs_op//p, ibs_op//pp and ibs_op//ppp are all same). The precise modifier
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/Documentation/features/time/irq-time-acct/
A Darch-support.txt4 # description: arch supports precise IRQ time accounting
/linux/Documentation/features/time/virt-cpuacct/
A Darch-support.txt4 # description: arch supports precise virtual CPU 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/tools/rtla/
A Drtla.rst19 precise information about the properties and root causes of unexpected
/linux/tools/perf/util/
A Dparse-events.l164 struct parse_events_modifier mod = { .precise = 0, }; in modifiers()
184 mod.precise++; in modifiers()
195 if (mod.precise > 3) { in modifiers()
A Dparse-events.h193 u8 precise; /* Number of repeated 'p' for precision. */ member
A Dparse-events.c1758 if (mod.precise) { in parse_events__modifier_list()
1797 if (mod.precise) { in parse_events__modifier_list()
1798 u8 precise = evsel->core.attr.precise_ip + mod.precise; in parse_events__modifier_list() local
1809 if (precise > 3) { in parse_events__modifier_list()
1821 evsel->core.attr.precise_ip = precise; in parse_events__modifier_list()
/linux/tools/tracing/rtla/
A DREADME.txt5 rtla leverages kernel tracing capabilities to provide precise information
/linux/Documentation/devicetree/bindings/power/reset/
A Drestart-handler.yaml15 handlers, which usually are tried from most precise to last resort.
/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 Dmetafmt-uvc.rst18 timing information, required for precise interpretation of timestamps, contained
A Dvidioc-query-dv-timings.rst66 precise feedback to the user.
/linux/tools/testing/selftests/kvm/x86_64/
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/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/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/arch/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/tools/perf/pmu-events/
A Djevents.py327 precise = jd.get('PEBS')
356 if precise and self.desc and '(Precise Event)' not in self.desc:
357 extra_desc += ' (Must be precise)' if precise == '2' else (' (Precise '
/linux/Documentation/devicetree/bindings/input/
A Dadc-joystick.yaml84 Omitting this property indicates the axis is precise.
/linux/arch/x86/events/
A Dcore.c552 int precise = 0; in x86_pmu_max_precise() local
556 precise++; in x86_pmu_max_precise()
560 precise++; in x86_pmu_max_precise()
563 precise++; in x86_pmu_max_precise()
565 return precise; in x86_pmu_max_precise()
571 int precise = x86_pmu_max_precise(); in x86_pmu_hw_config() local
573 if (event->attr.precise_ip > precise) in x86_pmu_hw_config()
/linux/Documentation/devicetree/bindings/thermal/
A Dthermal-cooling-devices.yaml39 precise set of cooling states associated with a device should be defined in

Completed in 44 milliseconds

12345