Skip to content

Commit

Permalink
Switch gecko to new repo, update gaia, and add a small oprofile helper
Browse files Browse the repository at this point in the history
  • Loading branch information
joneschrisg committed Jun 5, 2012
1 parent 71e81af commit eab0ab9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
@@ -1,6 +1,6 @@
[submodule "gecko"]
path = gecko
url = git://github.com/cgjones/mozilla-central.git
url = git://github.com/mozilla-b2g/mozilla-central.git
[submodule "boot/kernel-android-samsung"]
path = boot/kernel-android-samsung
url = git://github.com/cgjones/samsung-android-kernel.git
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -851,8 +851,11 @@ op_stop:
@echo "Stop Profiling ..."
@echo -e "You can use \033[31m\"make op_pull\"\033[0m to pull oprofile samples"
@$(ADB) shell opcontrol --stop
@$(ADB) shell opcontrol --dump
op_status:
@$(ADB) shell opcontrol --status
op_reset:
@$(ADB) shell opcontrol --reset
op_shutdown:
@$(ADB) shell opcontrol --shutdown
op_pull:
Expand Down
2 changes: 1 addition & 1 deletion gaia
Submodule gaia updated 157 files
2 changes: 1 addition & 1 deletion gecko
Submodule gecko updated from f9b216 to 3260a6

0 comments on commit eab0ab9

Please sign in to comment.