/tools/power/acpi/os_specific/service_layers/ |
D | osunixmap.c | 97 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()
|
D | osunixxf.c | 503 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/ |
D | perf-inject.txt | 40 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
|
D | perf-trace.txt | 124 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.
|
D | perf-record.txt | 33 - 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)
|
D | perf-buildid-cache.txt | 32 not the user's. Use the -v option to see where the file is created.
|
D | perf-stat.txt | 39 - 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).
|
D | android.txt | 10 Set the NDK variable to point to the path where you installed the NDK:
|
D | perf.data-file-format.txt | 91 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
|
D | perf-top.txt | 42 event (eventsel+umask) in the form of rNNN where NNN is a
|
D | perf-probe.txt | 172 …urce line number or lazy matching by using 'SRC:ALN' or 'SRC;PTN' syntax, where 'SRC' is the sourc…
|
D | intel-pt.txt | 687 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.
|
D | perf-report.txt | 330 perf record --branch-filter xxx where xxx is a branch filter option.
|
/tools/perf/pmu-events/ |
D | README | 22 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/ |
D | bpf_dbg.c | 536 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/ |
D | README | 28 are included by other config files, where the other config files define
|
/tools/build/Documentation/ |
D | Build.txt | 10 Unlike the kernel we don't have a single build object 'obj-y' list that where 29 where:
|
/tools/usb/usbip/ |
D | INSTALL | 94 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:
|
D | configure.ac | 89 [where usb.ids is found (default /usr/share/hwdata/)])],
|
/tools/testing/selftests/powerpc/math/ |
D | fpu_asm.S | 74 # r3 holds pointer to where to put the result of fork
|
D | vmx_asm.S | 90 # r3 holds pointer to where to put the result of fork
|
/tools/testing/selftests/futex/ |
D | README | 43 Arguments: arg1=val1 #units specified for clarity where appropriate
|
/tools/perf/ |
D | design.txt | 175 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/ |
D | utilities.mak | 70 # (The bash shell has a bug where `{gsub(...),...}' is
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 118 We might also add a runtime stack validation debug option where we
|