conversion.c File Reference

#include <stdlib.h>
#include "opjitconv.h"
Include dependency graph for conversion.c:

Go to the source code of this file.

Functions

static void free_jit_records (void)
static void free_jit_debug_line (void)
int op_jit_convert (struct op_jitdump_info file_info, char const *elffile, unsigned long long start_time, unsigned long long end_time)

Detailed Description

Convert a jit dump file to an ELF file

Remarks:
Copyright 2008 OProfile authors
Read the file COPYING
Author:
Daniel Hansel

Copyright IBM Corporation 2008

Definition in file conversion.c.


Function Documentation

static void free_jit_debug_line ( void   )  [static]

Definition at line 31 of file conversion.c.

References jitentry_debug_line_list, and jitentry_debug_line::next.

Referenced by op_jit_convert().

Here is the caller graph for this function:

static void free_jit_records ( void   )  [static]

Definition at line 18 of file conversion.c.

References jitentry_list, jitentry::next, jitentry::sym_name_malloced, and jitentry::symbol_name.

Referenced by op_jit_convert().

Here is the caller graph for this function:

int op_jit_convert ( struct op_jitdump_info  file_info,
char const *  elffile,
unsigned long long  start_time,
unsigned long long  end_time 
)

Generated on 8 Nov 2012 for Oprofile by  doxygen 1.6.1