Linux Perf
|
#include "linux/list.h"
#include "rblist.h"
#include <subcmd/parse-options.h>
#include "evlist.h"
#include "strbuf.h"
Go to the source code of this file.
Classes | |
struct | metric_event |
struct | metric_expr |
Functions | |
struct metric_event * | metricgroup__lookup (struct rblist *metric_events, struct perf_evsel *evsel, bool create) |
int | metricgroup__parse_groups (const struct option *opt, const char *str, struct rblist *metric_events) |
void | metricgroup__print (bool metrics, bool groups, char *filter, bool raw) |
struct metric_event* metricgroup__lookup | ( | struct rblist * | metric_events, |
struct perf_evsel * | evsel, | ||
bool | create | ||
) |
int metricgroup__parse_groups | ( | const struct option * | opt, |
const char * | str, | ||
struct rblist * | metric_events | ||
) |
void metricgroup__print | ( | bool | metrics, |
bool | groups, | ||
char * | filter, | ||
bool | raw | ||
) |