Home
last modified time | relevance | path

Searched refs:common (Results 1 – 22 of 22) sorted by relevance

/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl7 # The abi is "common", "64" or "x32" for this file.
9 0 common read sys_read
10 1 common write sys_write
11 2 common open sys_open
12 3 common close sys_close
13 4 common stat sys_newstat
14 5 common fstat sys_newfstat
15 6 common lstat sys_newlstat
16 7 common poll sys_poll
17 8 common lseek sys_lseek
[all …]
/tools/perf/
Dcommand-list.txt3 # command name category [deprecated] [common]
5 perf-annotate mainporcelain common
6 perf-archive mainporcelain common
7 perf-bench mainporcelain common
8 perf-buildid-cache mainporcelain common
9 perf-buildid-list mainporcelain common
10 perf-data mainporcelain common
11 perf-diff mainporcelain common
12 perf-config mainporcelain common
13 perf-evlist mainporcelain common
[all …]
D.gitignore16 common-cmds.h
DMakefile.perf449 @(test -f ../../include/uapi/asm-generic/mman-common.h && ( \
450 …(diff -B ../include/uapi/asm-generic/mman-common.h ../../include/uapi/asm-generic/mman-common.h >/…
479 $(OUTPUT)common-cmds.h: util/generate-cmdlist.sh command-list.txt
481 $(OUTPUT)common-cmds.h: $(wildcard Documentation/perf-*.txt)
518 prepare: $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)common-cmds.h fixdep archheaders
663 check: $(OUTPUT)common-cmds.h
758 …$(call QUIET_CLEAN, core-gen) $(RM) *.spec *.pyc *.pyo */*.pyc */*.pyo $(OUTPUT)common-cmds.h T…
DMANIFEST69 tools/include/uapi/asm-generic/mman-common.h
/tools/firewire/
Dnosy-dump.h20 } common, link_on; member
90 } common; member
93 uint32_t common[3]; member
98 uint32_t common[3]; member
104 uint32_t common[3]; member
111 uint32_t common[3]; member
120 uint32_t common[3]; member
126 uint32_t common[3]; member
135 uint32_t common[3]; member
140 uint32_t common[3]; member
Dnosy-dump.c501 t = link_transaction_lookup(p->common.source, p->common.destination, in handle_request_packet()
502 p->common.tlabel); in handle_request_packet()
519 if (prev->packet.common.tcode != sa->packet.common.tcode || in handle_request_packet()
520 prev->packet.common.tlabel != sa->packet.common.tlabel) { in handle_request_packet()
530 if (p->common.tcode != TCODE_WRITE_QUADLET_REQUEST && in handle_request_packet()
531 p->common.tcode != TCODE_WRITE_BLOCK_REQUEST) in handle_request_packet()
566 t = link_transaction_lookup(p->common.destination, p->common.source, in handle_response_packet()
567 p->common.tlabel); in handle_response_packet()
585 if (prev->packet.common.tcode != sa->packet.common.tcode || in handle_response_packet()
586 prev->packet.common.tlabel != sa->packet.common.tlabel) { in handle_response_packet()
[all …]
Ddecode-fcp.c178 ((unsigned long long) t->request->packet.common.offset_high << 32) | in decode_fcp()
179 t->request->packet.common.offset_low; in decode_fcp()
181 if (t->request->packet.common.tcode != TCODE_WRITE_BLOCK_REQUEST) in decode_fcp()
/tools/perf/arch/
DBuild1 libperf-y += common.o
/tools/lib/lockdep/
DBuild1 liblockdep-y += common.o lockdep.o preload.o rbtree.o
/tools/power/acpi/tools/acpidbg/
DMakefile16 ../../common\
/tools/virtio/
DMakefile6 …nclude/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SO…
/tools/testing/selftests/rcutorture/doc/
DTINY_RCU.txt19 In common code tested by TREE_RCU test cases.
/tools/power/acpi/tools/acpidump/
DMakefile20 ../../common\
/tools/perf/Documentation/
Dperf-data.txt11 'perf data' [<common options>] <command> [<options>]",
Dperf-script-perl.txt46 handler function; some of the less common ones aren't - those are
90 and some of the common_* fields aren't common enough to to be passed
153 of common arguments are passed into it:
190 Some of the 'common' fields in the event format file aren't all that
191 common, but need to be made accessible to user scripts nonetheless.
Dperf-script-python.txt122 # The common_* event handler fields are the most useful fields common to
444 handler function; some of the less common ones aren't - those are
486 and some of the common_* fields aren't common enough to to be passed
550 of common arguments are passed into it:
594 Some of the 'common' fields in the event format file aren't all that
595 common, but need to be made accessible to user scripts nonetheless.
Dperf-bench.txt11 'perf bench' [<common options>] <subsystem> <suite> [<options>]
/tools/perf/pmu-events/
DREADME70 1. Several CPUs can support same set of events and hence use a common
/tools/lguest/
Dlguest.c160 struct virtio_pci_cap common; member
2541 pci->capabilities = offsetof(struct pci_config, common); in init_pci_config()
2548 init_cap(&pci->common, sizeof(pci->common), VIRTIO_PCI_CAP_COMMON_CFG, in init_pci_config()
2565 assert(pci->common.cap_next % 2 == 0); in init_pci_config()
/tools/scripts/
Dutilities.mak12 # This is used as the common way to specify
/tools/objtool/Documentation/
Dstack-validation.txt211 Here are some examples of common warnings reported by objtool, what