8 lines
258 B
Plaintext
8 lines
258 B
Plaintext
|
# This line is mandatory to access the configuration functions
|
||
|
from Config import *
|
||
|
|
||
|
# Because reference via bfd_abort()
|
||
|
addFilter ("oprofile.*shared-lib-calls-exit")
|
||
|
# Because the library is called libopagent1
|
||
|
addFilter ("oprofile-devel.*no-dependency-on")
|