#include <errno.h>
#include <stdlib.h>
#include "evsel.h"
#include "counts.h"
#include "util.h"
Go to the source code of this file.
◆ perf_counts__delete()
void perf_counts__delete |
( |
struct perf_counts * |
counts | ) |
|
◆ perf_counts__new()
struct perf_counts* perf_counts__new |
( |
int |
ncpus, |
|
|
int |
nthreads |
|
) |
| |
◆ perf_counts__reset()
static void perf_counts__reset |
( |
struct perf_counts * |
counts | ) |
|
|
static |
◆ perf_evsel__alloc_counts()
int perf_evsel__alloc_counts |
( |
struct perf_evsel * |
evsel, |
|
|
int |
ncpus, |
|
|
int |
nthreads |
|
) |
| |
◆ perf_evsel__free_counts()
void perf_evsel__free_counts |
( |
struct perf_evsel * |
evsel | ) |
|
◆ perf_evsel__reset_counts()
void perf_evsel__reset_counts |
( |
struct perf_evsel * |
evsel | ) |
|