summaryrefslogtreecommitdiffstats
path: root/components/tracing_nacl.gyp
Commit message (Collapse)AuthorAgeFilesLines
* Reland again [Startup Tracing] Add --trace-config-file flagzhenw2015-08-311-2/+2
| | | | | | | | | | | | | | | | | | | Original CL: https://codereview.chromium.org/1315463002/ 1st reland: https://codereview.chromium.org/1317333002/ -------- This CL adds --trace-config-file flag. Please see trace_config_file.h for details. Design doc: https://docs.google.com/document/d/1PgdXUOJF3WtEmYWUyGRbC2Fz2ICCZKO9jPvpLPRSHH8/edit?usp=sharing BUG=317481, 482098 TBR=dsinclair@chromium.org,blundell@chromium.org,sievers@chromium.org,sky@chromium.org,msw@chromium.org Review URL: https://codereview.chromium.org/1309243004 Cr-Commit-Position: refs/heads/master@{#346407}
* Revert of Reland [Startup Tracing] Add --trace-config-file flag (patchset #2 ↵sergeyv2015-08-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | id:20001 of https://codereview.chromium.org/1317333002/ ) Reason for revert: Broke build at Win x64 GN. Failure sample: http://build.chromium.org/p/chromium.win/builders/Win%20x64%20GN%20%28dbg%29/builds/8575 Original issue's description: > Reland [Startup Tracing] Add --trace-config-file flag > > Original CL: https://codereview.chromium.org/1315463002/ > > This CL adds --trace-config-file flag. Please see trace_config_file.h for details. > > Design doc: > https://docs.google.com/document/d/1PgdXUOJF3WtEmYWUyGRbC2Fz2ICCZKO9jPvpLPRSHH8/edit?usp=sharing > > BUG=317481, 482098 > TBR=dsinclair@chromium.org,blundell@chromium.org,sievers@chromium.org,sky@chromium.org,msw@chromium.org > > Committed: https://crrev.com/a556ab616a3817468a9bd2163383dafe24ffdc96 > Cr-Commit-Position: refs/heads/master@{#346189} TBR=dsinclair@chromium.org,blundell@chromium.org,sievers@chromium.org,msw@chromium.org,sky@chromium.org,zhenw@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=317481, 482098 Review URL: https://codereview.chromium.org/1312833007 Cr-Commit-Position: refs/heads/master@{#346206}
* Reland [Startup Tracing] Add --trace-config-file flagzhenw2015-08-281-2/+2
| | | | | | | | | | | | | | | | Original CL: https://codereview.chromium.org/1315463002/ This CL adds --trace-config-file flag. Please see trace_config_file.h for details. Design doc: https://docs.google.com/document/d/1PgdXUOJF3WtEmYWUyGRbC2Fz2ICCZKO9jPvpLPRSHH8/edit?usp=sharing BUG=317481, 482098 TBR=dsinclair@chromium.org,blundell@chromium.org,sievers@chromium.org,sky@chromium.org,msw@chromium.org Review URL: https://codereview.chromium.org/1317333002 Cr-Commit-Position: refs/heads/master@{#346189}
* Revert of [Startup Tracing] Add --trace-config-file flag (patchset #6 ↵sergeyv2015-08-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | id:100001 of https://codereview.chromium.org/1315463002/ ) Reason for revert: Reason for the revert: broken compilation at Win8/Win x64. Failure example: http://build.chromium.org/p/chromium.win/buildstatus?builder=Win%20x64%20GN&number=5863 Original issue's description: > [Startup Tracing] Add --trace-config-file flag > > This CL adds --trace-config-file flag. Please see trace_config_file.h for details. > > Design doc: > https://docs.google.com/document/d/1PgdXUOJF3WtEmYWUyGRbC2Fz2ICCZKO9jPvpLPRSHH8/edit?usp=sharing > > BUG=317481, 482098 > > Committed: https://crrev.com/de52fb95509666be1062b50a78bea36adfbac183 > Cr-Commit-Position: refs/heads/master@{#346062} TBR=dsinclair@chromium.org,blundell@chromium.org,sievers@chromium.org,msw@chromium.org,sky@chromium.org,zhenw@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=317481, 482098 Review URL: https://codereview.chromium.org/1319093002 Cr-Commit-Position: refs/heads/master@{#346068}
* [Startup Tracing] Add --trace-config-file flagzhenw2015-08-281-2/+2
| | | | | | | | | | | | | This CL adds --trace-config-file flag. Please see trace_config_file.h for details. Design doc: https://docs.google.com/document/d/1PgdXUOJF3WtEmYWUyGRbC2Fz2ICCZKO9jPvpLPRSHH8/edit?usp=sharing BUG=317481, 482098 Review URL: https://codereview.chromium.org/1315463002 Cr-Commit-Position: refs/heads/master@{#346062}
* [Tracing] Move tracing switches to componentszhenw2015-08-181-0/+3
| | | | | | | | | | | | | We plan to add --trace-config-file flag, which will be needed by components/tracing. This CL moves all existing tracing switches to components. And the next CL will add the --trace-config-file. Design doc for Add --trace-config-file: https://docs.google.com/document/d/1PgdXUOJF3WtEmYWUyGRbC2Fz2ICCZKO9jPvpLPRSHH8/edit?usp=sharing BUG=482098,515323 Review URL: https://codereview.chromium.org/1300733004 Cr-Commit-Position: refs/heads/master@{#344079}
* [Startup Tracing] Enable startup tracing from config filezhenw2015-06-221-0/+2
| | | | | | | | | | | | | | | This CL adds a new way to enable startup tracing via Telemetry. Telemetry will put the config file to a known location. The browser can enable startup tracing according to the config file. The old way of using --trace-startup is still kept. Startup tracing design doc: https://docs.google.com/document/d/1yRCXhrQ-0rsfUgNHt9T4YdnmJYrXKN6aK56Ozk3kPVc/edit?usp=sharing BUG=317481, 482098 Review URL: https://codereview.chromium.org/1177853003 Cr-Commit-Position: refs/heads/master@{#335555}
* NaCl/GYP: remove references to prep_toolchain.ncbray2015-04-211-1/+0
| | | | | | | | | | prep_toolchain is now a no-op. BUG=456902 Review URL: https://codereview.chromium.org/1097153002 Cr-Commit-Position: refs/heads/master@{#326044}
* [tracing] child-process-side impl for inter-process memory dumpsprimiano2015-04-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | This CL introduces the implementation for handling the inter-process memory dumps on the child-process side. Conceptually this consists of a simple plumbing in TraceMessageFilter in order to propagate the request up to the browser's MemoryDumpManager, as the child processes' MDM play a very passive role in the inter-process coordination game. In practice, some extra care is required to match the lifetime of MDM MDM (long) and ChildTraceMessageFilter (shorter) in a thread-safe manner, which requires the introduction of the proxy class herein called ChildMemoryDumpManagerDelegateImpl. More context and design doc are available in the attached BUG. Reason for NOTRY: all but one bots are green. I started goo.gl/tBX5f1 on infra-dev about the failure and it seems due to a bot out of space. The change has been sitting for 4+ hours and there are other CLs blocked on this. BUG=462930,474973 NOTRY=true Review URL: https://codereview.chromium.org/1039963003 Cr-Commit-Position: refs/heads/master@{#324229}
* Non-SFI mode: build tracing_nacl library for nacl_helper_nonsfi.hidehiko2014-10-271-1/+5
| | | | | | | | | | | | | libtracing_nacl.a will be used by PPAPI library for nacl_helper_nonsfi. This CL builds the library, but it is not used yet. It is now for just making sure it is built properly. BUG=358465 TEST=Ran trybot. Review URL: https://codereview.chromium.org/650593003 Cr-Commit-Position: refs/heads/master@{#301317}
* Rename tracing_untrusted->tracing_naclsergeyu@chromium.org2014-03-041-0/+42
BUG=345453 Review URL: https://codereview.chromium.org/185063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254628 0039d316-1c4b-4281-b951-d872f2087c98