Searched refs:ino (Results 1 – 16 of 16) sorted by relevance
/tools/testing/selftests/filesystems/incfs/ |
D | utils.h | 28 int get_file_bmap(int cmd_fd, int ino, unsigned char *buf, int buf_size);
|
D | utils.c | 156 int get_file_bmap(int cmd_fd, int ino, unsigned char *buf, int buf_size) in get_file_bmap() argument
|
/tools/perf/util/ |
D | map.h | 36 u64 ino; /* only valid for MMAP2 record */ member 114 u64 pgoff, u32 d_maj, u32 d_min, u64 ino,
|
D | sort.h | 56 u64 ino; member
|
D | sort.c | 617 return _sort__cgroup_inode_cmp(right->cgroup_id.ino, in sort__cgroup_id_cmp() 618 left->cgroup_id.ino); in sort__cgroup_id_cmp() 626 he->cgroup_id.ino); in hist_entry__cgroup_id_snprintf() 1226 if (l_map->ino > r_map->ino) return -1; in sort__dcacheline_cmp() 1227 if (l_map->ino < r_map->ino) return 1; in sort__dcacheline_cmp() 1242 !l_map->maj && !l_map->min && !l_map->ino && in sort__dcacheline_cmp() 1279 (map->maj || map->min || map->ino || in hist_entry__dcacheline_snprintf()
|
D | map.c | 148 u64 pgoff, u32 d_maj, u32 d_min, u64 ino, in map__new() argument 168 map->ino = ino; in map__new()
|
D | event.c | 176 (u64)ns_link_info[idx].ino, in perf_event__fprintf_namespaces() 270 event->mmap2.min, event->mmap2.ino, in perf_event__fprintf_mmap2()
|
D | synthetic-events.c | 200 ns_link_info->ino = st.st_ino; in perf_event__get_ns_link_info() 315 unsigned int ino; in perf_event__synthesize_mmap_events() local 339 &ino, execname); in perf_event__synthesize_mmap_events() 347 event->mmap2.ino = (u64)ino; in perf_event__synthesize_mmap_events()
|
D | jitdump.c | 462 event->mmap2.ino = st.st_ino; in jit_repipe_code_load() 554 event->mmap2.ino = st.st_ino; in jit_repipe_code_move()
|
D | session.c | 590 event->mmap2.ino = bswap_64(event->mmap2.ino); in perf_event__mmap2_swap() 682 ns->ino = bswap_64(ns->ino); in perf_event__namespaces_swap()
|
D | hist.c | 689 .ino = ns ? ns->link_info[CGROUP_NS_INDEX].ino : 0, in __hists__add_entry()
|
D | machine.c | 1675 event->mmap2.min, event->mmap2.ino, in machine__process_mmap2_event()
|
/tools/perf/lib/include/perf/ |
D | event.h | 28 __u64 ino; member
|
/tools/include/uapi/linux/ |
D | perf_event.h | 691 __u64 ino; member
|
/tools/vm/ |
D | page-types.c | 909 unsigned long ino; in parse_pid() local 918 &ino); in parse_pid()
|
/tools/perf/ |
D | builtin-report.c | 743 map->ino, map->dso->name); in maps__fprintf_task()
|