summaryrefslogtreecommitdiffstats
path: root/components/tracing
Commit message (Collapse)AuthorAgeFilesLines
* components: Move tracing into tracing namespace.tfarina@chromium.org2013-05-112-5/+5
| | | | | | | | | BUG=238222 TBR=joi@chromium.org Review URL: https://codereview.chromium.org/14813019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199627 0039d316-1c4b-4281-b951-d872f2087c98
* Category group support/Renamings.rubentopo@gmail.com2013-04-193-12/+8
| | | | | | | | | | | | | Related review: https://codereview.chromium.org/11823016/ BUG=168284 TEST=TraceEventTestFixture.Categories, TraceEventTestFixture.CategoryFilter R=nduca Review URL: https://chromiumcodereview.appspot.com/12150004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195109 0039d316-1c4b-4281-b951-d872f2087c98
* Add cevans as an IPC OWNER for all areas.palmer@chromium.org2013-03-181-0/+1
| | | | | | | | | | He was an OWNER of some; now all. NOTRY=true Review URL: https://codereview.chromium.org/12672006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188870 0039d316-1c4b-4281-b951-d872f2087c98
* Add security team members as owners of IPC message files. This ownershiptsepez@chromium.org2013-02-281-0/+9
| | | | | | | | | | was lost during a directory rename operation. TBR=jbauman@chromium.org Review URL: https://chromiumcodereview.appspot.com/12335150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185122 0039d316-1c4b-4281-b951-d872f2087c98
* Add a mode flag to the tracing framework.dsinclair@chromium.org2013-02-233-6/+11
| | | | | | | | | | | | | | The mode is provided when SetEnabled is called. Currently there is only one mode which is the trace until buffer is full mode. We will be adding a continuous tracing mode which this will support. BUG=156025 Review URL: https://chromiumcodereview.appspot.com/12302036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184258 0039d316-1c4b-4281-b951-d872f2087c98
* Move tracing component to src/componentskaiwang@chromium.org2012-12-286-0/+270
BUG=167317 COLLABORATOR=joi@chromium.org Review URL: https://chromiumcodereview.appspot.com/11624021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174716 0039d316-1c4b-4281-b951-d872f2087c98