summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)Author
2012-10-03perf evlist: Remove some unused methodsArnaldo Carvalho de Melo
2012-10-03perf evlist: Introduce add_newtp methodArnaldo Carvalho de Melo
2012-10-03perf kvm: Move global variables into a perf_kvm structDavid Ahern
2012-10-03kbuild: Fix gcc -x syntaxJean Delvare
2012-10-02perf tools: Convert to BACKTRACE_SUPPORTNamhyung Kim
2012-10-02perf tools: Long option completion support for each subcommandsNamhyung Kim
2012-10-02perf tools: Complete long option names of perf commandNamhyung Kim
2012-10-02perf tools: Check existence of _get_comp_words_by_ref when bash completingNamhyung Kim
2012-10-02perf inject: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-10-02perf record: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-10-02perf evlist: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-10-02perf top: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-10-02perf probe: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-10-02perf buildid-list: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-10-02perf buildid-cache: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-10-02perf timechart: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-10-02perf lock: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-10-02perf kmem: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-10-02perf help: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-10-02perf script: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-10-02perf stat: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-10-02perf sched: Look up thread using tid instead of pidArnaldo Carvalho de Melo
2012-10-02perf inject: Remove static variablesArnaldo Carvalho de Melo
2012-10-02perf inject: Remove unused 'input_name' static varArnaldo Carvalho de Melo
2012-10-02perf trace: Use evsel->handler.funcArnaldo Carvalho de Melo
2012-10-02perf tools: Convert to HAVE_STRLCPYNamhyung Kim
2012-10-02perf tools: Convert to GTK2_SUPPORTNamhyung Kim
2012-10-02perf tools: Convert to NEWT_SUPPORTNamhyung Kim
2012-10-02perf tools: Convert to LIBAUDIT_SUPPORTNamhyung Kim
2012-10-02perf tools: Convert to LIBUNWIND_SUPPORTNamhyung Kim
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-01Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-10-01Merge tag 'ktest-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-09-28perf tools: Convert to LIBELF_SUPPORTNamhyung Kim
2012-09-28perf tools: Remove unused PYRF_OBJS variable on MakefileNamhyung Kim
2012-09-28perf tools: Move libdw availability check before arch MakefileNamhyung Kim
2012-09-28tools: Fix pthread flag for Makefile of trace-agent used by virtio-traceYoshihiro YUNOMAE
2012-09-28tools: Add guest trace agent as a user toolYoshihiro YUNOMAE
2012-09-27tools/power turbostat: add [-d MSR#][-D MSR#] options to print counter deltasLen Brown
2012-09-27perf trace: Add aliases for some syscallsArnaldo Carvalho de Melo
2012-09-27kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as ...Adam Lee
2012-09-27perf probe: Print an enum type variable in "enum variable-name" format when s...Hyeoncheol Lee
2012-09-27perf tools: Check libaudit availability for perf-trace builtinNamhyung Kim
2012-09-26perf hists: Add missing period_* fields when collapsing a hist entryNamhyung Kim
2012-09-26perf trace: New toolArnaldo Carvalho de Melo
2012-09-26perf evsel: Export the event_format constructorArnaldo Carvalho de Melo
2012-09-26perf evsel: Introduce rawptr() methodArnaldo Carvalho de Melo