This repository has been archived by the owner on Aug 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
systrace marks and binder transaction integration #5
Open
oux
wants to merge
11
commits into
tardyp:master
Choose a base branch
from
oux:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+418
−28
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Previews review has been take into account. I changed generic_add_wake() interface:
|
Last minute fix... sorry. |
Could you please rebase this PR on the latest pytimechart, and add some unit tests, and example traces that you plugin is supporting? You can find example unit test here: |
Signed-off-by: Sebastien MICHEL <sebastien.michel@intel.com>
…irectly Signed-off-by: Sebastien MICHEL <sebastien.michel@intel.com>
Signed-off-by: Sebastien MICHEL <sebastien.michel@intel.com>
Signed-off-by: Sebastien MICHEL <sebastien.michel@intel.com>
* Counter marker support * Stack view of sync and async systrace marks * duration next to usertag of sync and async systrace marks Signed-off-by: Stephane Gasparini <stephane.gasparini@intel.com> Signed-off-by: Sebastien MICHEL <sebastien.michel@intel.com>
Signed-off-by: Sebastien MICHEL <sebastien.michel@intel.com>
Signed-off-by: Sebastien MICHEL <sebastien.michel@intel.com>
To be able to link a wake_event with the sched process line without comm (ie <...> instead of real comm) Signed-off-by: Sebastien MICHEL <sebastien.michel@intel.com>
Signed-off-by: Sebastien MICHEL <sebastien.michel@intel.com>
To see wake_events between processes thru binders Signed-off-by: Sebastien MICHEL <sebastien.michel@intel.com>
Add unit tests for tgid and tracing_mark_write plugin Signed-off-by: Sebastien MICHEL <michoux@gmail.com>
Rebase done + some tests (not yet for binder plugin because we must write more assert on tests/base.py. We should do that later) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I changed generic_add_wake() interface: