Home
last modified time | relevance | path

Searched refs:comm_file (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/scripts/python/
H A Dexport-to-postgresql.py783 comm_file = open_output_file("comm_table.bin") variable
832 copy_output_file(comm_file, "comms")
854 remove_output_file(comm_file)
999 comm_file.write(value)
/linux/fs/
H A Dexec.c1262 struct file *comm_file = bprm_identity_file(bprm); in begin_new_exec() local
1273 __set_task_comm(me, smp_load_acquire(&comm_file->f_path.dentry->d_name.name), in begin_new_exec()