Linux Perf
|
Public Attributes | |
u32 | pid |
u64 | ip |
struct thread * | thread |
struct map * | map |
struct symbol * | sym |
int | socket |
u32 | cpu |
Definition at line 16 of file hists_cumulate.c.
u32 sample::cpu |
Definition at line 17 of file hists_output.c.
u64 sample::ip |
Definition at line 18 of file hists_cumulate.c.
struct map * sample::map |
Definition at line 20 of file hists_cumulate.c.
u32 sample::pid |
Definition at line 17 of file hists_cumulate.c.
int sample::socket |
Definition at line 22 of file hists_filter.c.
struct symbol * sample::sym |
Definition at line 21 of file hists_cumulate.c.
struct thread * sample::thread |
Definition at line 19 of file hists_cumulate.c.