parse_filename.cpp File Reference

#include <stdexcept>
#include <vector>
#include <string>
#include <iostream>
#include <sys/stat.h>
#include "parse_filename.h"
#include "file_manip.h"
#include "string_manip.h"
#include "locate_images.h"
Include dependency graph for parse_filename.cpp:

Go to the source code of this file.

Functions

parsed_filename parse_filename (string const &filename, extra_images const &extra_found_images)
ostream & operator<< (ostream &out, parsed_filename const &data)

Detailed Description

Split a sample filename into its constituent parts

Remarks:
Copyright 2003 OProfile authors
Read the file COPYING
Author:
Philippe Elie

Definition in file parse_filename.cpp.


Function Documentation

ostream& operator<< ( ostream &  out,
parsed_filename const &  data 
)
parsed_filename parse_filename ( string const &  filename,
extra_images const &  extra_found_images 
)

Definition at line 120 of file parse_filename.cpp.

References parsed_filename::cg_image, parsed_filename::filename, parsed_filename::image, parsed_filename::jit_dumpfile_exists, parsed_filename::lib_image, separate_token(), and extra_images::strip_path_prefix().

Referenced by arrange_profiles().

Here is the call graph for this function:

Here is the caller graph for this function:


Generated on 8 Nov 2012 for Oprofile by  doxygen 1.6.1