Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

opimport(1) [suse man page]

OPIMPORT(1)						      General Commands Manual						       OPIMPORT(1)

NAME
opimport - converts sample database files SYNOPSIS
opimport [ options ] input_file DESCRIPTION
opimport converts sample database files from a foreign binary format (abi) to the native format. OPTIONS
--abi / -a Input abi file description location. --force / -f Force conversion even if the input and output abi are identical. --output / -o filename Specify the output filename. If the output file already exists it is not overwritten but data are accumulated in. Sample filename are informative for post profile tools and must be kept identical, in other word the pathname from the first path component contain- ing a '{' must be kept as it in the output filename. --help / -? / --usage Show help message. --verbose / -V Give verbose debugging output. --version / -v Show version. ENVIRONMENT
No special environment variables are recognised by opimport FILES
/var/lib/oprofile/abi The abi file description of the sample database files VERSION
This man page is current for oprofile-0.9.6. SEE ALSO
/usr/share/doc/oprofile/, oprofile(1) 4th Berkeley Distribution Tue 06 July 2010 OPIMPORT(1)

Check Out this Related Man Page

OPGPROF(1)						      General Commands Manual							OPGPROF(1)

NAME
opgprof - produce gprof-format profile data SYNOPSIS
opgprof [ options ] [profile specification] DESCRIPTION
opgprof outputs gprof-format profile data for a given binary image, from an OProfile session. See oprofile(1) for how to write profile specifications. OPTIONS
--help / -? / --usage Show help message. --version / -v Show version. --verbose / -V [options] Give verbose debugging output. --session-dir=dir_path Use sample database out of directory dir_path instead of the default location (/var/lib/oprofile). --image-path / -p [paths] Comma-separated list of additional paths to search for binaries. This is needed to find modules in kernels 2.6 and upwards. --root / -R [path] A path to a filesystem to search for additional binaries. --threshold / -t [percentage] Only output data for symbols that have more than the given percentage of total samples. --output-filename / -o [file] Output to the given file instead of the default, gmon.out ENVIRONMENT
No special environment variables are recognised by opgprof. FILES
/var/lib/oprofile/samples/ The location of the generated sample files. VERSION
This man page is current for oprofile-0.9.6. SEE ALSO
/usr/share/doc/oprofile/, oprofile(1) 4th Berkeley Distribution Tue 06 July 2010 OPGPROF(1)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

taking a part of string from a given path

Hi I have two path as follows system/console/bin/code/sample/testfile.txt system/console/bin/database/files/new/dbfile.txt I need the output as code/sample in first case database/files/new in second case That is I am omitting system/console/bin and the filename(s) in both... (2 Replies)
Discussion started by: ssuresh1999
2 Replies

2. Shell Programming and Scripting

awk format layout

Hi Gurus, I've a sample output from a script with a header as shown below. The formatting is a little bit out of alignment when it's sent out via email. Sample output: Label Date New Data #AB Removed #CD Net Change Statistic 2012-06-03 21807 mb 206 ... (3 Replies)
Discussion started by: superHonda123
3 Replies

3. Shell Programming and Scripting

Copy files based on specific word in a file name & its extension and putting it in required location

Hello All, Since i'm relatively new in shell script need your guidance. I'm copying files manually based on a specific word in a file name and its extension and then moving it into some destination folder. so if filename contains hyr word and it has .md and .db extension; it will move to TUM/HYR... (13 Replies)
Discussion started by: prajaktaraut
13 Replies

4. Shell Programming and Scripting

To export from particular column

Hi Guys, I am using below command to export the hive columns in file where in i need to take from specific column table id_number name age hive -e "show columns from table" | sed 's/^*//;s/*$//' | tr '\n' ',' | tr '' '' > table_column i am getting below JAVA CONFIG... (8 Replies)
Discussion started by: rohit_shinez
8 Replies