Convert LTTngTop to C++ and state system
[lttngtop.git] / src / attributes.txt
CommitLineData
715cf83c
PBT
1List of available attributes
2
3cpu: pointer to first cpu
4cpus/[cpuid]/perf: pointer to first perf counter for cpu cpuid
5cpus/[cpuid]/perf/[perfname]/count: count for perf counter perfname on cpu cpuid
6cpus/[cpuid]/perf/[perfname]/visible: visibility for perf counter perfname on cpu cpuid
7cpus/[cpuid]/perf/[perfname]/next: pointer to next perf counter in linked list
8cpus/[cpuid]/task_start: timestamp for the start of current_task
9cpus/[cpuid]/current_task: pointer to current_task
10cpus/[cpuid]/next: pointer to next cpu in linked list
11proc: pointer to first process
12processes/[tid]/perf: pointer to first perf counter for task tid
13processes/[tid]/perf/[perfname]/count: count for perf counter perfname on task tid
14processes/[tid]/perf/[perfname]/visible: visibility for perf counter perfname on task tid
15processes/[tid]/perf/[perfname]/next: pointer to next perf counter in linked list
16processes/[tid]/files_history/current: pointer to first file for task tid
17processes/[tid]/file_history[x]: file history entry for file x (sequential) for task tid
18processes/[tid]/file_history[x]/file: file entry for file x (sequential) for task tid
19processes/[tid]/file_history[x]/file/name: file name for file x (sequential) for task tid
20processes/[tid]/file_history[x]/file/read: bytes read from file x (sequential) for task tid
21processes/[tid]/file_history[x]/file/write: bytes written to file x (sequential) for task tid
22processes/[tid]/file_history[x]/file/flag: status flag for file x (sequential) for task tid
23processes/[tid]/file_history[x]/file/fd: file descriptor for file x (sequential) for task tid
24processes/[tid]/file_history[x]/file/birth: timestamp for the opening of file x (sequential) for task tid
25processes/[tid]/file_history[x]/next: pointer to next file history entry in linked list
26processes/[tid]/files/[fd]: pointer to file entry for file fd for task tid
27processes/[tid]/threads: pointer to first descendant thread for task tid
28processes/[tid]/threads/[dtid]: pointer to descendant thread dtid for task tid
29processes/[tid]/threads/next: pointer to next descendant thread in linked list
30processes/[tid]/threadparent: pointer to parent thread for task tid
31processes/[tid]/syscall_info/type: type for last syscall in task tid
32processes/[tid]/syscall_info/cpu_id: cpuid for last syscall in task tid
33processes/[tid]/syscall_info/tid: tid for last syscall in task tid
34processes/[tid]/syscall_info/fd: fd for last syscall in task tid
35processes/[tid]/tid: tid for task tid
36processes/[tid]/comm: procname for task tid
37processes/[tid]/pid: pid for task tid
38processes/[tid]/ppid: ppid for task tid
39processes/[tid]/birth: timestamp for beginning of task tid
40processes/[tid]/totalfileread: bytes read from all files for task tid
41processes/[tid]/totalfilewrite: bytes written to all files for task tid
42processes/[tid]/read: read stream (B/s) for task tid
43processes/[tid]/write: write stream (B/s) for task tid
44processes/[tid]/totalcpunsec: execution time (ns) for task tid
45processes/[tid]/threadstotalcpunsec: execution time (ns) for task tid and its descendants
46processes/[tid]/selected: whether the task tid is selected by the UI
47perf: pointer to first perf counter in global list
48perf/[perfname]/count: global count for perf counter perfname
49perf/[perfname]/visible: visibility of gloabl perf counter perfname
50perf/[perfname]/sort: whether the global perf counter list is sorted by perf counter perfname's count
51perf/[perfname]/next: next perf counter in linked list
52nbproc: number of active processes
53nbnewproc: number of processes created
54nbdeadproc: number of processes destroyed
55nbthreads: number of active threads
56nbnewthreads: number of threads created
57nbdeadthreads: number of threads destroyed
58nbfiles: number of active files
59nbnewfiles: number of files opened
60nbdeadfiles: number of files destroyed
61
This page took 0.024789 seconds and 4 git commands to generate.