#include "../builtin.h"
#include "util.h"
#include "color.h"
#include <linux/list.h>
#include "cache.h"
#include <linux/rbtree.h>
#include "symbol.h"
#include "string.h"
#include "callchain.h"
#include "strlist.h"
#include "values.h"
#include "../perf.h"
#include "debug.h"
#include "header.h"
#include "parse-options.h"
#include "parse-events.h"
#include "thread.h"
#include "sort.h"
Go to the source code of this file.
|
enum | sort_type {
SORT_PID,
SORT_COMM,
SORT_DSO,
SORT_SYM,
SORT_PARENT,
SORT_CPU,
SORT_DSO_FROM,
SORT_DSO_TO,
SORT_SYM_FROM,
SORT_SYM_TO,
SORT_MISPREDICT,
SORT_SRCLINE
} |
|
- Enumerator:
SORT_PID |
|
SORT_COMM |
|
SORT_DSO |
|
SORT_SYM |
|
SORT_PARENT |
|
SORT_CPU |
|
SORT_DSO_FROM |
|
SORT_DSO_TO |
|
SORT_SYM_FROM |
|
SORT_SYM_TO |
|
SORT_MISPREDICT |
|
SORT_SRCLINE |
|
Definition at line 90 of file sort.h.
Definition at line 5 of file sort.c.
Definition at line 7 of file sort.c.
Definition at line 6 of file sort.c.
Definition at line 4 of file sort.c.
Definition at line 9 of file sort.c.
Definition at line 8 of file sort.c.