Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
autotest
/
c3b0b0f4a668e7f12af7f622460048d85d15ccac
/
client
/
profilers
861b2d5
Merge remote branch 'cros/upstream' into master
by Eric Li
· 14 years ago
bdaab79
Revert "Merge remote branch 'cros/upstream' into autotest-rebase"
by Kenneth Waters
· 14 years ago
7edb304
Merge remote branch 'cros/upstream' into autotest-rebase
by Eric Li
· 14 years ago
6f27d4f
Merge remote branch 'cros/upstream' into tempbranch3
by Eric Li
· 14 years ago
517d95a
Revert "Merge remote branch 'cros/upstream' into tempbranch2"
by Benson Leung
· 14 years ago
25fc6d1
Merge remote branch 'cros/upstream' into tempbranch2
by Eric Li
· 14 years ago
cefc0f9
Add perf_events based counting/sampling profilers to autotest
by lmr
· 14 years ago
e29abf7
Make sar profiler work in python 2.4
by lmr
· 15 years ago
70f4894
update powertop to have a proper docstring description (taken from the powertop readme). Without this test_importer needs the non-compliant flag to add it.
by mbligh
· 15 years ago
a47e05b
This patch does the following:
by mbligh
· 15 years ago
6d4b66e
KVM test: Put os.kill in kvm_stat into try block to avoid traceback
by lmr
· 15 years ago
783bd73
Add powertop profiler
by mbligh
· 15 years ago
da522f7
kvm_stat profiler: Format exception to string
by lmr
· 15 years ago
7da99b2
KVM test utils: Add kvm_stat profiling to run_tests
by lmr
· 15 years ago
ef75180
Add a new profiler to autotest, kvm_stat
by lmr
· 15 years ago
12b4558
Massive permission fix
by lmr
· 15 years ago
ab1faf6
Add an optional outputfiles parameter to the cmdprofile profiler that
by mbligh
· 15 years ago
21a5dce
Adding a KVM profiler to autotest
by lmr
· 15 years ago
a229841
Fixed syntax errors in oprofile.
by mbligh
· 15 years ago
eb9b876
Fix previous change so it doesn't break parsers of oprofile output data.
by mbligh
· 15 years ago
599c598
Update oprofile profiler to include timestamps at start and stop.
by mbligh
· 15 years ago
bdf6abd
Add a generic profiler that runs any command(s) periodically and sends
by showard
· 15 years ago
1ef218d
This is the result of a batch reindent.py across our tree.
by mbligh
· 15 years ago
a5c00bb
Add a quick docstring to blktrace so it is properly added by test_importer
by mbligh
· 15 years ago
a2f8954
Import error from the right library.
by mbligh
· 15 years ago
466dba7
updates for blktrace
by mbligh
· 15 years ago
3867f04
Add blktrace profiler to autotest
by mbligh
· 15 years ago
7b50daf
Add a missing import of error to oprofile.
by jadmanski
· 16 years ago
43b739a
Update oprofile to version 0.9.4
by mbligh
· 16 years ago
99eab42
Build oprofile in parallel, it takes a while and I got tired of waiting when
by mbligh
· 16 years ago
1ede6a3
Don't specify an absolute path in os.path.join, otherwise it wont work
by mbligh
· 16 years ago
cc01164
Raise an AutotestError instead of the default. We end up with a pretty
by mbligh
· 16 years ago
94c4431
Moved the part of initialize() that needs to execute after setup() to be
by mbligh
· 16 years ago
869ebc6
Change profiler imports to be absolute
by mbligh
· 16 years ago
53da18e
Rename autotest_utils to utils
by mbligh
· 16 years ago
d876f45
gps pointed out that "== and != work in most cases but its better to use is
by mbligh
· 16 years ago
1b31e13
Add an option to LTTng profiler that sets the limit of output file, default to 1M. The output
by mbligh
· 16 years ago
44d6b42
modified iostat to allow options to be passed in
by jadmanski
· 16 years ago
d68c395
Add a sleep at the end of lttng stop so the tracing data is flushed to disk
by mbligh
· 16 years ago
6fdbf27
Use the similar argument set for lttng setup and initialize functions so
by mbligh
· 16 years ago
4bc18de
Clean up vmstat formatting.
by jadmanski
· 16 years ago
c5cbb2b
Except for this one.
by jadmanski
· 16 years ago
49d555d
Last formatting fix-fix. I promise. :P
by jadmanski
· 16 years ago
d9d7b93
Fix up a few trailing space issues missed by my previous cleanup.
by jadmanski
· 16 years ago
cfcedb4
Clean up formatting in client/profilers/lttng/lttng.py
by jadmanski
· 16 years ago
16a08f3
Clean up lttng control formatting.
by jadmanski
· 16 years ago
41f7cb3
Extend the lttng profiler so it takes input of trace points that
by mbligh
· 16 years ago
4499171
Set LTT_DAEMON environment variable in lttng.py so lttctl executes correctly.
by mbligh
· 16 years ago
9a3717f
Fix profilers to inherit job object properly
by mbligh
· 16 years ago
c9f5092
add lttng profiler
by mbligh
· 16 years ago
bdeff97
Fix coding style in vmstat.py
by mbligh
· 16 years ago
cf23819
Automatically work out which arguments intialize, setup, execute/run_once need
by mbligh
· 16 years ago
3bf8fea
add __init__.py to top level profilers dir
by mbligh
· 16 years ago
141088c
add __init__.py to profilers dirs per jadmanski / jmeurin
by mbligh
· 16 years ago
23c080a
Update profilers with descriptions and fix some module imports
by mbligh
· 16 years ago
b21c713
Added a profiler for sar; based it off the existing profiler for vmstat
by mbligh
· 16 years ago
cbb1ede
Use -tmx with iostat, per mrubin
by mbligh
· 16 years ago
4eb888c
lint fixups for profilers
by mbligh
· 16 years ago
3246a77
Fix the use of autotest_utils functions in oprofile so the profiler
by mbligh
· 16 years ago
0afbb63
Convert all python code to use four-space indents instead of eight-space tabs.
by jadmanski
· 16 years ago
0e6192a
Risk: High
by mbligh
· 16 years ago
ec75576
Reverting changes made on 5 places where zero argument raises were
by mbligh
· 17 years ago
642b03e
Now fixing the places where we're raising string exceptions on the
by mbligh
· 17 years ago
e73403b
Fix oprofile to use the local copy if the source one can't be built.
by mbligh
· 17 years ago
bd36c03
Fix spacing in mpstat
by mbligh
· 17 years ago
dec40e2
Added a profiler that runs mpstat on a specified interval.
by mbligh
· 17 years ago
7b7e907
Fix up a few spots where CmdError is thrown with only one parameter
by mbligh
· 17 years ago
84faf30
Fix up lockmeter to put its results in the right place
by mbligh
· 17 years ago
371a6c3
Oprofile is now at 0.9.3. Amongst other things, this adds POWER6 support.
by mbligh
· 17 years ago
9476f09
Clean up cat poop.
by mbligh
· 17 years ago
dfe8cc6
This patch fixes the ability to select events for oprofile:
by mbligh
· 17 years ago
2410253
Fix up the profiler argument passing so that we inherit args and dargs into
by mbligh
· 17 years ago
ffdfd60
Add iostat as a profiler
by mbligh
· 18 years ago
6628a16
Update vmstat profiler
by mbligh
· 18 years ago
89be423
add vmstat profiler
by mbligh
· 18 years ago
d016ecc
Modify runtest to make tag argument optional
by mbligh
· 18 years ago
7a36dfa
Move client files under client
by mbligh
· 18 years ago