summaryrefslogtreecommitdiffstats
path: root/tools/cygprofile
Commit message (Expand)AuthorAgeFilesLines
* Fix import in profile_android_startup.pydgn2016-02-161-1/+0
* Use flag_changer in catapult devil.androidzhenw2016-02-111-1/+5
* [Telemetry] Update all clients to use chromium_config.GetTelemetryDir()eakuefner2016-01-221-1/+3
* Convert Pass()→std::move() in //tools/cygprofiledcheng2015-12-301-2/+2
* Switch to standard integer types in tools/.avi2015-12-262-6/+9
* [Android] Fix lingering references to pylib.forwarder.jbudorick2015-12-151-4/+4
* cygprofile: Allow $ character in symbol names.pcc2015-11-262-2/+23
* Mechanically change TODO(azarchs) into TODO(pasko)pasko2015-11-195-8/+9
* Add OWNERS to tools/cygprofilepasko2015-11-181-0/+2
* Port order_profiling GYP flag to GN part 2/2pkotwicz2015-09-291-0/+39
* Port the order_profiling GYP flag to GNpkotwicz2015-09-291-0/+2
* Fix chromium_code warnings in cygprofile codepkotwicz2015-09-222-7/+7
* cygprofile: eliminate small addresses in tracespasko2015-09-031-9/+25
* orderfile: Log a fatal error as an error instead of a warning.lizeb2015-08-252-7/+9
* Fix typo in profile_android_startup.py.lizeb2015-08-241-1/+1
* [Android] Reland of Remove android_commands and android_testrunner.jbudorick2015-08-131-16/+20
* Revert of [Android] Remove android_commands and android_testrunner. (patchset...csharp2015-08-131-20/+16
* [Android] Remove android_commands and android_testrunner.jbudorick2015-08-131-16/+20
* orderfile: Fix the broken orderfile bot build.lizeb2015-07-311-0/+2
* Revert "Revert of Patch orderfile for split and cloned methods."azarchs2015-07-038-157/+517
* Adjust imports following telemetry.core refactoringjohnme2015-07-021-1/+1
* Revert of Patch orderfile for split and cloned methods. (patchset #16 id:2900...pasko2015-07-018-515/+157
* Update orderfile pipeline to better deal with aliased methods.azarchs2015-06-308-157/+515
* Revert "Better handling of methods in multiple sections."Jason Kersey2015-06-037-124/+55
* Clean up package names.Jason Kersey2015-06-032-7/+3
* Clean up package names.Jason Kersey2015-06-032-139/+108
* Refactor patch_orderfile.py.azarchs2015-06-022-108/+139
* Fix breakages in https://codereview.chromium.org/1155713003/azarchs2015-06-012-3/+7
* Better handling of methods in multiple sections.azarchs2015-06-017-55/+124
* [Android] Remove more references to and uses of AndroidCommands.jbudorick2015-05-141-3/+2
* Fix cygprofile hash_set referencejdduke2015-05-062-2/+2
* Cygprofile scripts can detect target_arch from GYP_DEFINES.azarchs2015-04-205-33/+62
* Fix typo breaking orderfile build.azarchs2015-04-161-1/+1
* Make startup of of WPR components resilient to not starting up previous steps.azarchs2015-04-151-6/+12
* Temporarily disable cert install for cygprofile run.azarchs2015-04-141-2/+2
* When profiling android, set up WPR and forwarding.azarchs2015-04-131-27/+183
* Factor out profiling code for cygprofile.azarchs2015-04-101-0/+196
* Improve symbol_extractor.CreateNameToSymbolInfo handling of duplicate symbols.azarchs2015-02-232-1/+49
* Accept a --target-arch option for check_orderfile.py.azarchs2015-02-161-7/+15
* Fail orderfile verification if no matched symbols are found.azarchs2015-02-161-2/+2
* Don't output duplicate section names in unpatched orderfile.azarchs2015-02-101-1/+5
* Remove symbolize.py, as it has been replaced by cyglog_to_orderfile.py.lizeb2015-02-101-318/+0
* Fix a bunch of issues blocking 64-bit orderfile generation.azarchs2015-02-054-15/+30
* Script checking that the observed function order matches an orderfile.lizeb2015-02-023-3/+130
* Refactor the symbolize step of the orderfile generation.lizeb2015-02-022-0/+348
* Cleanup: Presubmit API is built into depot_tools.tfarina2015-01-311-2/+2
* Switch from nm to objdump for the cygprofile tools.lizeb2015-01-294-78/+96
* Refactor the symbol parsing, and move to NDK's nm.lizeb2015-01-284-100/+259
* Speed up mergetraces.py.lizeb2015-01-281-2/+2
* Keep all symbols from the profiled orderfile in the patched one.azarchs2015-01-232-46/+44