#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include "../util.h"
#include <EXTERN.h>
#include <perl.h>
#include "../../perf.h"
#include "../thread.h"
#include "../event.h"
#include "../trace-event.h"
#include "../evsel.h"
Go to the source code of this file.
|
typedef PerlInterpreter * | INTERP |
|
#define FTRACE_MAX_EVENT ((1 << (sizeof(unsigned short) * 8)) - 1) |
typedef PerlInterpreter* INTERP |
void boot_DynaLoader |
( |
pTHX_ CV * |
cv | ) |
|
void boot_Perf__Trace__Context |
( |
pTHX_ CV * |
cv | ) |
|
Initial value:= {
.name = "Perl",
.start_script = perl_start_script,
.stop_script = perl_stop_script,
.process_event = perl_process_event,
.generate_script = perl_generate_script,
}
Definition at line 636 of file trace-event-perl.c.