#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "../perf.h"
#include "debug.h"
#include "util.h"
#include "trace-event.h"
Go to the source code of this file.
◆ flush_script_unsupported()
static int flush_script_unsupported |
( |
void |
| ) |
|
|
static |
◆ perl_generate_script_unsupported()
static int perl_generate_script_unsupported |
( |
struct pevent *pevent |
__maybe_unused, |
|
|
const char *outfile |
__maybe_unused |
|
) |
| |
|
static |
◆ perl_start_script_unsupported()
static int perl_start_script_unsupported |
( |
const char *script |
__maybe_unused, |
|
|
int argc |
__maybe_unused, |
|
|
const char **argv |
__maybe_unused |
|
) |
| |
|
static |
◆ print_perl_unsupported_msg()
static void print_perl_unsupported_msg |
( |
void |
| ) |
|
|
static |
◆ print_python_unsupported_msg()
static void print_python_unsupported_msg |
( |
void |
| ) |
|
|
static |
◆ process_event_unsupported()
◆ python_generate_script_unsupported()
static int python_generate_script_unsupported |
( |
struct pevent *pevent |
__maybe_unused, |
|
|
const char *outfile |
__maybe_unused |
|
) |
| |
|
static |
◆ python_start_script_unsupported()
static int python_start_script_unsupported |
( |
const char *script |
__maybe_unused, |
|
|
int argc |
__maybe_unused, |
|
|
const char **argv |
__maybe_unused |
|
) |
| |
|
static |
◆ register_perl_scripting()
static void register_perl_scripting |
( |
struct scripting_ops * |
scripting_ops | ) |
|
|
static |
◆ register_python_scripting()
static void register_python_scripting |
( |
struct scripting_ops * |
scripting_ops | ) |
|
|
static |
◆ setup_perl_scripting()
void setup_perl_scripting |
( |
void |
| ) |
|
◆ setup_python_scripting()
void setup_python_scripting |
( |
void |
| ) |
|
◆ stop_script_unsupported()
static int stop_script_unsupported |
( |
void |
| ) |
|
|
static |
◆ perl_scripting_unsupported_ops
Initial value:= {
.name = "Perl",
}
static int perl_start_script_unsupported(const char *script __maybe_unused, int argc __maybe_unused, const char **argv __maybe_unused)
static int stop_script_unsupported(void)
static int flush_script_unsupported(void)
static int perl_generate_script_unsupported(struct pevent *pevent __maybe_unused, const char *outfile __maybe_unused)
static void process_event_unsupported(union perf_event *event __maybe_unused, struct perf_sample *sample __maybe_unused, struct perf_evsel *evsel __maybe_unused, struct addr_location *al __maybe_unused)
Definition at line 142 of file trace-event-scripting.c.
◆ python_scripting_unsupported_ops
Initial value:= {
.name = "Python",
}
static int python_start_script_unsupported(const char *script __maybe_unused, int argc __maybe_unused, const char **argv __maybe_unused)
static int stop_script_unsupported(void)
static int flush_script_unsupported(void)
static void process_event_unsupported(union perf_event *event __maybe_unused, struct perf_sample *sample __maybe_unused, struct perf_evsel *evsel __maybe_unused, struct addr_location *al __maybe_unused)
static int python_generate_script_unsupported(struct pevent *pevent __maybe_unused, const char *outfile __maybe_unused)
Definition at line 79 of file trace-event-scripting.c.
◆ scripting_context