|
@@ -14,13 +14,6 @@ static bool hists__filter_entry_by_thread(struct hists *hists,
|
|
static bool hists__filter_entry_by_symbol(struct hists *hists,
|
|
static bool hists__filter_entry_by_symbol(struct hists *hists,
|
|
struct hist_entry *he);
|
|
struct hist_entry *he);
|
|
|
|
|
|
-struct callchain_param callchain_param = {
|
|
|
|
- .mode = CHAIN_GRAPH_REL,
|
|
|
|
- .min_percent = 0.5,
|
|
|
|
- .order = ORDER_CALLEE,
|
|
|
|
- .key = CCKEY_FUNCTION
|
|
|
|
-};
|
|
|
|
-
|
|
|
|
u16 hists__col_len(struct hists *hists, enum hist_column col)
|
|
u16 hists__col_len(struct hists *hists, enum hist_column col)
|
|
{
|
|
{
|
|
return hists->col_len[col];
|
|
return hists->col_len[col];
|