| /tools/include/uapi/linux/ |
| D | stat.h | 21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) argument 22 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument 23 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument 24 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument 25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument 26 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument 27 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) argument
|
| /tools/perf/util/ |
| D | memswap.c | 8 u32 *m = src; in mem_bswap_32() local 18 u64 *m = src; in mem_bswap_64() local
|
| D | mem-events.c | 119 u64 m = PERF_MEM_TLB_NA; in perf_mem__tlb_scnprintf() local 181 u64 m = PERF_MEM_LVL_NA; in perf_mem__lvl_scnprintf() local 247 u64 m = PERF_MEM_SNOOP_NA; in perf_mem__snp_scnprintf() local
|
| D | find-vdso-map.c | 15 int m = -1; in find_vdso_map() local
|
| D | parse-branch-options.c | 8 #define BRANCH_OPT(n, m) \ argument
|
| D | dso.c | 216 struct kmod_path m; in is_kernel_module() local 261 struct kmod_path m; in decompress_kmodule() local 332 int __kmod_path__parse(struct kmod_path *m, const char *path, in __kmod_path__parse() 405 void dso__set_module_info(struct dso *dso, struct kmod_path *m, in dso__set_module_info()
|
| D | machine.c | 566 struct kmod_path *m, in machine__findnew_module_dso() 636 struct kmod_path m; in machine__findnew_module_map() local 685 size_t machine__fprintf_dsos_buildid(struct machine *m, FILE *fp, in machine__fprintf_dsos_buildid() 1135 struct kmod_path *m) in map_groups__set_module_path() 1199 struct kmod_path m; in map_groups__set_modules_path_dir() local 1743 u8 m, struct addr_map_symbol *ams, in ip__resolve_data()
|
| D | map.c | 804 struct map *m; in __maps__insert() local 843 struct map *m; in maps__find() local
|
| D | svghelper.c | 735 struct cpu_map *m; in str_to_bitmap() local
|
| D | symbol.c | 915 struct module_info *m; in add_module() local 949 struct module_info *m; in find_module() local
|
| /tools/perf/tests/ |
| D | sample-parsing.c | 14 #define COMP(m) do { \ argument 21 #define MCOMP(m) do { \ argument
|
| D | kmod-path.c | 11 struct kmod_path m; in test() local
|
| D | hists_link.c | 131 struct thread *t, struct map *m, struct symbol *s) in find_sample()
|
| /tools/build/ |
| D | fixdep.c | 49 char *m = map; in parse_dep_file() local
|
| /tools/perf/ |
| D | builtin-mem.c | 320 #define MEM_OPT(n, m) \ argument 335 const struct mem_mode *m; in parse_mem_ops() local
|
| /tools/perf/arch/x86/util/ |
| D | perf_regs.c | 41 #define SDT_NAME_REG(n, m) {.sdt_name = "%" #n, .uprobe_name = "%" #m} argument
|
| /tools/testing/selftests/powerpc/benchmarks/ |
| D | context_switch.c | 263 static int mutex_lock(unsigned long *m) in mutex_lock() 285 static int mutex_unlock(unsigned long *m) in mutex_unlock()
|
| /tools/perf/bench/ |
| D | sched-pipe.c | 60 int m = 0, i; in worker_thread() local
|
| /tools/testing/selftests/bpf/ |
| D | test_align.c | 648 struct bpf_reg_match m = test->matches[i]; in do_test_single() local
|
| /tools/objtool/arch/x86/lib/ |
| D | insn.c | 230 insn_byte_t m, p; in insn_get_opcode() local
|
| /tools/perf/util/intel-pt-decoder/ |
| D | insn.c | 230 insn_byte_t m, p; in insn_get_opcode() local
|
| /tools/perf/jvmti/ |
| D | libjvmti.c | 31 do_get_line_numbers(jvmtiEnv *jvmti, void *pc, jmethodID m, jint bci, in do_get_line_numbers()
|
| /tools/power/cpupower/utils/helpers/ |
| D | bitmask.c | 165 unsigned int m = bmp->size; in bitmask_last() local
|
| /tools/perf/scripts/python/ |
| D | compaction-times.py | 297 m = pid_re.search(opt) variable
|
| /tools/perf/pmu-events/ |
| D | jevents.c | 211 #define EXPECT(e, t, m) do { if (!(e)) { \ argument
|