Home
last modified time | relevance | path

Searched refs:where (Results 1 – 25 of 33) sorted by relevance

12

/tools/power/acpi/os_specific/service_layers/
Dosunixmap.c97 void *acpi_os_map_memory(acpi_physical_address where, acpi_size length) in acpi_os_map_memory() argument
113 offset = where % page_size; in acpi_os_map_memory()
118 fd, (where - offset)); in acpi_os_map_memory()
143 void acpi_os_unmap_memory(void *where, acpi_size length) in acpi_os_unmap_memory() argument
149 offset = ACPI_TO_INTEGER(where) % page_size; in acpi_os_unmap_memory()
150 munmap((u8 *)where - offset, (length + offset)); in acpi_os_unmap_memory()
Dosunixxf.c503 void *acpi_os_map_memory(acpi_physical_address where, acpi_size length) in acpi_os_map_memory() argument
506 return (ACPI_TO_POINTER((acpi_size)where)); in acpi_os_map_memory()
523 void acpi_os_unmap_memory(void *where, acpi_size length) in acpi_os_unmap_memory() argument
/tools/perf/Documentation/
Dperf-inject.txt40 Merge sched_stat and sched_switch for getting events where and how long
41 tasks slept. sched_switch contains a callchain where a task slept and
Dperf-trace.txt124 are 'dwarf' and 'lbr', where available, try: 'perf trace --call-graph dwarf'.
144 command line, on systems where DWARF unwinding was built in.
154 command line, on systems where DWARF unwinding was built in.
Dperf-record.txt33 - a raw PMU event (eventsel+umask) in the form of rNNN where NNN is a
36 - a symbolically formed PMU event like 'pmu/param1=0x3,param2/' where
42 where M, N, K are numbers (in decimal, hex, octal format). Acceptable
76 where addr is the address in memory you want to break in.
124 symbol name is not unique, it can be disambiguated by inserting #n where
219 In some systems, where binaries are build with gcc
292 where the information in the perf.data file (which includes buildids)
Dperf-buildid-cache.txt32 not the user's. Use the -v option to see where the file is created.
Dperf-stat.txt39 - a raw PMU event (eventsel+umask) in the form of rNNN where NNN is a
42 - a symbolically formed event like 'pmu/param1=0x3,param2/' where
47 where M, N, K are numbers (in decimal, hex, octal format).
Dandroid.txt10 Set the NDK variable to point to the path where you installed the NDK:
Dperf.data-file-format.txt91 A perf_header_string with the hostname where the data was collected
96 A perf_header_string with the os release where the data was collected
101 A perf_header_string with the perf user tool version where the
Dperf-top.txt42 event (eventsel+umask) in the form of rNNN where NNN is a
Dperf-probe.txt172 …urce line number or lazy matching by using 'SRC:ALN' or 'SRC;PTN' syntax, where 'SRC' is the sourc…
Dintel-pt.txt687 Error events are new. They show where the decoder lost the trace. Error events
749 by the actual decoder may not be identical in places where the data is corrupt.
Dperf-report.txt330 perf record --branch-filter xxx where xxx is a branch filter option.
/tools/perf/pmu-events/
DREADME22 should be placed in a separate JSON file - where the file name identifies
86 where 'pm_1plus_ppc_cmpl' is a Power8 PMU event.
105 where:
/tools/net/
Dbpf_dbg.c536 static void bpf_set_breakpoints(unsigned int where) in bpf_set_breakpoints() argument
542 if (bpf_breakpoints[i] == (int) where) { in bpf_set_breakpoints()
549 bpf_breakpoints[i] = where; in bpf_set_breakpoints()
1161 unsigned int where = strtoul(subcmd, NULL, 10); in cmd_breakpoint() local
1163 if (where < bpf_prog_len) { in cmd_breakpoint()
1164 bpf_set_breakpoints(where); in cmd_breakpoint()
1166 bpf_disasm(bpf_image[where], where); in cmd_breakpoint()
/tools/testing/ktest/examples/
DREADME28 are included by other config files, where the other config files define
/tools/build/Documentation/
DBuild.txt10 Unlike the kernel we don't have a single build object 'obj-y' list that where
29 where:
/tools/usb/usbip/
DINSTALL94 directory where you want the object files and executables to go and run
130 `configure', where FEATURE indicates an optional part of the package.
131 They may also pay attention to `--with-PACKAGE' options, where PACKAGE
154 where SYSTEM can have one of these forms:
Dconfigure.ac89 [where usb.ids is found (default /usr/share/hwdata/)])],
/tools/testing/selftests/powerpc/math/
Dfpu_asm.S74 # r3 holds pointer to where to put the result of fork
Dvmx_asm.S90 # r3 holds pointer to where to put the result of fork
/tools/testing/selftests/futex/
DREADME43 Arguments: arg1=val1 #units specified for clarity where appropriate
/tools/perf/
Ddesign.txt175 every N events, where N is given by 'irq_period'. A sampling counter
210 'error' state, where reads return end-of-file (i.e. read() returns 0)
281 The mmap size should be 1+2^n pages, where the first page is a meta-data page
283 as where the ring-buffer head is.
/tools/scripts/
Dutilities.mak70 # (The bash shell has a bug where `{gsub(...),...}' is
/tools/objtool/Documentation/
Dstack-validation.txt118 We might also add a runtime stack validation debug option where we

12