repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kprobes/x86: Fix the description of __copy_instruction()
[linux/fpc-iii.git]
/
tools
/
lib
/
subcmd
/
subcmd-config.h
blob
cc8514030b5c3c4988dc05adc70df2e3dab2923a
1
#ifndef __PERF_SUBCMD_CONFIG_H
2
#define __PERF_SUBCMD_CONFIG_H
3
4
struct
subcmd_config
{
5
const char
*
exec_name
;
6
const char
*
prefix
;
7
const char
*
exec_path
;
8
const char
*
exec_path_env
;
9
const char
*
pager_env
;
10
};
11
12
extern
struct
subcmd_config subcmd_config
;
13
14
#endif
/* __PERF_SUBCMD_CONFIG_H */