Linux Kernel
3.7.1
|
#include "../perf.h"
#include <string.h>
#include <stdarg.h>
#include <stdio.h>
#include "cache.h"
#include "color.h"
#include "event.h"
#include "debug.h"
#include "util.h"
#include "target.h"
Go to the source code of this file.
Functions | |
int | eprintf (int level, const char *fmt,...) |
int | dump_printf (const char *fmt,...) |
int | ui__warning (const char *format,...) |
int | ui__error_paranoid (void) |
void | trace_event (union perf_event *event) |
Variables | |
int | verbose |
bool | dump_trace = false |
bool | quiet = false |
void trace_event | ( | union perf_event * | event | ) |