projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3efc18e
)
run normally by default, not in profiling mode
author
Eli Bendersky
<eliben@gmail.com>
Sat, 26 Nov 2011 14:49:27 +0000
(16:49 +0200)
committer
Eli Bendersky
<eliben@gmail.com>
Sat, 26 Nov 2011 14:49:27 +0000
(16:49 +0200)
scripts/readelf.py
patch
|
blob
|
history
diff --git
a/scripts/readelf.py
b/scripts/readelf.py
index 79fb174264d58b273820c79c143a710fe0ed4bf4..1a4957e4018cb40349fc34dde1ae72f8bd667623 100755
(executable)
--- a/
scripts/readelf.py
+++ b/
scripts/readelf.py
@@
-646,7
+646,7
@@
def profile_main():
#-------------------------------------------------------------------------------
if __name__ == '__main__':
-
#
main()
- profile_main()
+ main()
+
#
profile_main()