Linux Perf
metricgroup.h File Reference
#include "linux/list.h"
#include "rblist.h"
#include <subcmd/parse-options.h>
#include "evlist.h"
#include "strbuf.h"
Include dependency graph for metricgroup.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  metric_event
 
struct  metric_expr
 

Functions

struct metric_eventmetricgroup__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)
 

Function Documentation

◆ metricgroup__lookup()

struct metric_event* metricgroup__lookup ( struct rblist metric_events,
struct perf_evsel evsel,
bool  create 
)

Definition at line 31 of file metricgroup.c.

Here is the call graph for this function:

◆ metricgroup__parse_groups()

int metricgroup__parse_groups ( const struct option *  opt,
const char *  str,
struct rblist metric_events 
)

Definition at line 464 of file metricgroup.c.

Here is the call graph for this function:

◆ metricgroup__print()

void metricgroup__print ( bool  metrics,
bool  groups,
char *  filter,
bool  raw 
)

Definition at line 272 of file metricgroup.c.

Here is the call graph for this function: