Home
last modified time | relevance | path

Searched refs:inode (Results 1 – 9 of 9) 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/hiperf/include/
Dmem_map_item.h37 ino_t inode = 0; variable
Dperf_record_format.h351 u64 inode; member
/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/profiler/device/plugins/native_daemon/include/
Dmem_map_item.h69 uint64_t inode = 0; variable
/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/
Dvirtual_thread.cpp369 memMapItem.inode = std::stoull(mapTokens[MMAP_LINE_TOKEN_INDEX_INODE], nullptr, in ParseMap()
Dperf_event_record.cpp511 data_.ino = item.inode; in PerfRecordMmap2()
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_thread.cpp379 memMapItem.inode = std::stoull(mapTokens[MMAP_LINE_TOKEN_INDEX_INODE], nullptr, in ParseMap()