Home
last modified time | relevance | path

Searched refs:ino (Results 1 – 16 of 16) sorted by relevance

/tools/testing/selftests/filesystems/incfs/
Dutils.h28 int get_file_bmap(int cmd_fd, int ino, unsigned char *buf, int buf_size);
Dutils.c156 int get_file_bmap(int cmd_fd, int ino, unsigned char *buf, int buf_size) in get_file_bmap() argument
/tools/perf/util/
Dmap.h36 u64 ino; /* only valid for MMAP2 record */ member
114 u64 pgoff, u32 d_maj, u32 d_min, u64 ino,
Dsort.h56 u64 ino; member
Dsort.c617 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()
Dmap.c148 u64 pgoff, u32 d_maj, u32 d_min, u64 ino, in map__new() argument
168 map->ino = ino; in map__new()
Devent.c176 (u64)ns_link_info[idx].ino, in perf_event__fprintf_namespaces()
270 event->mmap2.min, event->mmap2.ino, in perf_event__fprintf_mmap2()
Dsynthetic-events.c200 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()
Djitdump.c462 event->mmap2.ino = st.st_ino; in jit_repipe_code_load()
554 event->mmap2.ino = st.st_ino; in jit_repipe_code_move()
Dsession.c590 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()
Dhist.c689 .ino = ns ? ns->link_info[CGROUP_NS_INDEX].ino : 0, in __hists__add_entry()
Dmachine.c1675 event->mmap2.min, event->mmap2.ino, in machine__process_mmap2_event()
/tools/perf/lib/include/perf/
Devent.h28 __u64 ino; member
/tools/include/uapi/linux/
Dperf_event.h691 __u64 ino; member
/tools/vm/
Dpage-types.c909 unsigned long ino; in parse_pid() local
918 &ino); in parse_pid()
/tools/perf/
Dbuiltin-report.c743 map->ino, map->dso->name); in maps__fprintf_task()