Home
last modified time | relevance | path

Searched refs:inode (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/tools/smaps_show/src/
Dmain.rs34 inode: u64, field
148 inode: 0, in print_smaps_core()
214 "Inode" => Cell::new(format!("{}", i.inode).as_str()), in info_to_cell()
251 let inode = u64::from_str_radix(caps.name("inode").unwrap().as_str(), 10).unwrap(); in read_smaps() localVariable
281 inode: inode, in read_smaps()
/developtools/profiler/hiebpf/src/
Dhiebpf.bpf.c419 size_t get_mountpoint_by_inode(char *filename, int len, const struct inode *host) in get_mountpoint_by_inode()
445 int get_filename_by_inode(char *filename, const size_t len, const struct inode *host) in get_filename_by_inode()
458 struct inode *curr_inode = BPF_CORE_READ(curr_dentry, d_inode); in get_filename_by_inode()
514 struct inode *host = BPF_CORE_READ(bio, bi_io_vec, bv_page, mapping, host); in get_filename_by_bio()
555 struct inode *f_inode = BPF_CORE_READ(filp, f_inode); in get_filename_by_file()
/developtools/hiperf/include/
Dperf_record_format.h354 u64 inode; member
/developtools/profiler/hiebpf/include/
Dvmlinux.h321 struct inode;
346 int (*open)(struct inode *, struct file *);
348 int (*release)(struct inode *, struct file *);
3359 struct inode *host;
3471 struct inode *f_inode;
3977 struct inode *d_inode;
4011 struct inode { struct
4063 void (*free_inode)(struct inode *); argument
4091 void (*d_iput)(struct dentry *, struct inode *); argument
4095 struct dentry * (*d_real)(struct dentry *, const struct inode *);
[all …]
/developtools/hiperf/src/
Dperf_event_record.cpp605 data_.ino = item->inode; in PerfRecordMmap2()