aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/export-to-sqlite-record
blob: 070204fd6d00340b55cdbd9bf7ad3eef9ff1806d (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash

#
# export perf data to a sqlite3 database. Can cover
# perf ip samples (excluding the tracepoints). No special
# record requirements, just record what you want to export.
#
perf record $@
Add parsing of elm aliases to git-send-emailBill Pemberton2-1/+9 2009-04-22Convert to use quiet option when availableDan Loewenherz4-5/+5 2009-04-22Fix more typos/spelling in commentsMichael J Gruber4-4/+4 2009-04-22Fix typos / spelling in commentsMike Ralphson20-27/+27 2009-04-22Documentation: git-svn: fix a grammatical error without awkwardnessWesley J. Landaker1-1/+1 2009-04-22Documentation: git-svn: fix spurious bolding that mangles the outputWesley J. Landaker1-1/+1 2009-04-22Wait for git diff to finish in git difftoolAlex Riesen1-1/+2 2009-04-22graph API: fix a bug in the rendering of octopus mergesAllan Caffee2-2/+2 2009-04-22graph API: fix extra space during pre_commit_line stateAllan Caffee1-2/+2 2009-04-22t4202-log: extend test coverage of graphingAllan Caffee1-2/+28 2009-04-21Revert "stat_tracking_info(): only count real commits"Junio C Hamano2-6/+1 2009-04-21test-lib.sh: Help test_create_repo() find the templates dirMichael J Gruber1-1/+1 2009-04-20grep: don't support "grep.color"-like config optionsMarkus Heidelberg1-6/+3 2009-04-20Documentation: fix typos / spelling mistakesMike Ralphson4-5/+5 2009-04-20builtin-remote: fix typo in option descriptionMike Ralphson1-1/+1 2009-04-20clone: add test for push on an empty clone.Matthieu Moy1-0/+10 2009-04-20tests: make test-apply-criss-cross-rename more robustMichał Kiedrowicz1-3/+31 2009-04-20builtin-apply: keep information about files to be deletedMichał Kiedrowicz2-8/+47