which events have been processed) and a pointer to the current process,
in the process table, being run on that cpu.
- For each process in the process table, various informations such as exec
+ For each process in the process table, various information such as exec
file name, pid, ppid and creation time are stored. Each process state also
contains an execution mode stack (e.g. irq within system call, called
from user mode). */
/*
* By default, metadata's channel won't be display: it goes directly
- * to the next event. You can have metadata's informations with -M
+ * to the next event. You can have metadata's information with -M
* switch (a_meta option).
*/
if (!a_meta && ltt_tracefile_name(tfs->parent.tf) ==
a_meta = FALSE;
lttv_option_add("metadata", 'M',
- "add metadata informations",
+ "add metadata information",
"",
LTTV_OPT_NONE, &a_meta, NULL, NULL);