Home
last modified time | relevance | path

Searched defs:mem (Results 1 – 11 of 11) sorted by relevance

/tools/perf/
Dbuiltin-mem.c29 struct perf_mem *mem = *(struct perf_mem **)opt->value; in parse_record_events() local
60 static int __cmd_record(int argc, const char **argv, struct perf_mem *mem) in __cmd_record()
143 struct perf_mem *mem = container_of(tool, struct perf_mem, tool); in dump_raw_samples() local
197 static int report_raw_events(struct perf_mem *mem) in report_raw_events()
231 static int report_events(int argc, const char **argv, struct perf_mem *mem) in report_events()
336 struct perf_mem mem = { in cmd_mem() local
/tools/testing/selftests/powerpc/pmu/ebb/
Debb_lmr.c28 void ldmx_full_section(unsigned long *mem, int section) in ldmx_full_section()
50 int ebb_lmr_section_test(unsigned long *mem) in ebb_lmr_section_test()
/tools/power/acpi/os_specific/service_layers/
Dosunixxf.c544 void *mem; in acpi_os_allocate() local
565 void *mem; in acpi_os_allocate_zeroed() local
584 void acpi_os_free(void *mem) in acpi_os_free()
/tools/power/cpupower/debug/i386/
Ddump_psb.c154 char *mem = NULL; in main() local
/tools/virtio/
Dvirtio_test.c42 struct vhost_memory *mem; member
/tools/usb/usbip/libsrc/
Dnames.c162 void *mem; member
/tools/perf/util/
Dcpumap.c541 unsigned int cpu, mem; in cpu__setup_cpunode_map() local
Dheader.c602 uint64_t mem; in write_total_mem() local
631 u64 mem_total, mem_free, mem; in write_topo_node() local
1671 uint64_t mem; in process_total_mem() local
Dprobe-finder.c1511 GElf_Shdr mem, *shdr; in debuginfo__get_text_offset() local
/tools/testing/selftests/x86/
Dmpx-mini-test.c836 static __always_inline void mpx_movbnd2mem_helper(uint8_t *mem) in mpx_movbnd2mem_helper()
845 static __always_inline void mpx_movbnd_from_mem_helper(uint8_t *mem) in mpx_movbnd_from_mem_helper()
/tools/lguest/
Dlguest.c559 static unsigned long load_initrd(const char *name, unsigned long mem) in load_initrd()
3220 unsigned long mem = 0, start, initrd_size = 0; in main() local