Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | perf tools: Enable close-on-exec flag on perf file descriptor | Yann Droneaud | 2014-07-18 | 11 | -12/+97 | |
| * | | | | | | | perf tools: Allow TSC conversion on any arch | Adrian Hunter | 2014-07-17 | 6 | -26/+40 | |
| * | | | | | | | perf tools: Remove needless getopt.h includes | Jiri Olsa | 2014-07-17 | 2 | -2/+0 | |
| * | | | | | | | perf tools: Add --debug optionto set debug variable | Jiri Olsa | 2014-07-17 | 4 | -2/+67 | |
| * | | | | | | | perf tools: Factor eprintf to allow different debug variables | Jiri Olsa | 2014-07-17 | 3 | -14/+14 | |
| * | | | | | | | perf tools: Move pr_* debug macros into debug object | Jiri Olsa | 2014-07-17 | 25 | -21/+43 | |
| * | | | | | | | perf tools: Remove verbose from functions prototypes | Jiri Olsa | 2014-07-17 | 4 | -20/+19 | |
| * | | | | | | | perf machine: Fix leak of 'struct thread' on error path | Adrian Hunter | 2014-07-17 | 1 | -1/+3 | |
| * | | | | | | | perf thread: Allow deletion of a thread with no map groups | Adrian Hunter | 2014-07-17 | 1 | -2/+4 | |
| * | | | | | | | perf machine: Fix map groups of threads with unknown pids | Adrian Hunter | 2014-07-17 | 3 | -6/+66 | |
| * | | | | | | | perf evsel: Add 'immediate' option | Adrian Hunter | 2014-07-16 | 2 | -0/+6 | |
| * | | | | | | | perf evsel: Add 'no_aux_samples' option | Adrian Hunter | 2014-07-16 | 2 | -3/+4 | |
| * | | | | | | | perf tools: Add option macro OPT_CALLBACK_OPTARG | Adrian Hunter | 2014-07-16 | 1 | -0/+5 | |
| * | | | | | | | perf tools: Add feature test for __sync_val_compare_and_swap | Adrian Hunter | 2014-07-16 | 4 | -0/+29 | |
| * | | | | | | | perf evlist: Pass mmap parameters in a struct | Adrian Hunter | 2014-07-16 | 1 | -20/+26 | |
| * | | | | | | | perf session: Flag if the event stream is entirely in memory | Adrian Hunter | 2014-07-16 | 2 | -1/+11 | |
| * | | | | | | | perf symbols: Add ability to iterate over a dso's symbols | Adrian Hunter | 2014-07-16 | 2 | -1/+19 | |
| * | | | | | | | perf symbols: Do not attempt to read data from kallsyms | Adrian Hunter | 2014-07-16 | 1 | -0/+2 | |
| * | | | | | | | perf symbols: Record whether a dso is 64-bit | Adrian Hunter | 2014-07-16 | 6 | -0/+29 | |
| * | | | | | | | perf buildid-cache: Apply force option to copying kcore | Adrian Hunter | 2014-07-16 | 1 | -3/+5 | |
| * | | | | | | | perf callchain: Fix appending a callchain from a previous sample | Adrian Hunter | 2014-07-16 | 1 | -1/+1 | |
| * | | | | | | | perf inject: Fix build id injection | Adrian Hunter | 2014-07-16 | 1 | -0/+3 | |
| * | | | | | | | perf symbols: Fix missing GNU IFUNC symbols | Adrian Hunter | 2014-07-16 | 1 | -1/+2 | |
| * | | | | | | | perf tools: Fix missing kernel map load | Adrian Hunter | 2014-07-16 | 1 | -0/+1 | |
| * | | | | | | | perf record: Select comm_exec flag if supported | Adrian Hunter | 2014-07-16 | 1 | -1/+17 | |
| * | | | | | | | perf script: Display PERF_RECORD_MISC_COMM_EXEC flag | Adrian Hunter | 2014-07-16 | 2 | -2/+10 | |
| * | | | | | | | perf machine: Fix the value used for unknown pids | Adrian Hunter | 2014-07-16 | 4 | -12/+13 | |
| * | | | | | | | perf script: Provide additional sample information on generic events | Joseph Schuchart | 2014-07-16 | 1 | -3/+20 | |
| * | | | | | | | perf script: Add callchain to generic and tracepoint events | Joseph Schuchart | 2014-07-16 | 11 | -48/+146 | |
| * | | | | | | | perf script: Add missing calls to Py_DECREF for return values | Joseph Schuchart | 2014-07-16 | 1 | -2/+10 | |
| * | | | | | | | perf kvm: Add stat support on s390 | Alexander Yarygin | 2014-07-16 | 6 | -11/+175 | |
| * | | | | | | | perf kvm: Add skip_event() for --duration option | Alexander Yarygin | 2014-07-16 | 3 | -1/+18 | |
| * | | | | | | | perf kvm: Move arch specific code into arch/ | Alexander Yarygin | 2014-07-16 | 5 | -263/+317 | |
| * | | | | | | | perf kvm: Use defines of kvm events | Alexander Yarygin | 2014-07-16 | 2 | -18/+17 | |
| * | | | | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2014-07-16 | 4 | -60/+845 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | perf timechart: Add more options to IO mode | Stanislav Fomichev | 2014-07-10 | 2 | -2/+86 | |
| | * | | | | | | | perf timechart: Conditionally update start_time on fork | Stanislav Fomichev | 2014-07-10 | 1 | -1/+1 | |
| | * | | | | | | | perf timechart: Implement IO mode | Stanislav Fomichev | 2014-07-10 | 4 | -24/+725 | |
| | * | | | | | | | perf timechart: Fix rendering in Firefox | Stanislav Fomichev | 2014-07-10 | 1 | -36/+36 | |
| * | | | | | | | | perf trace: Fix build on 32-bit systems | Arnaldo Carvalho de Melo | 2014-07-08 | 1 | -3/+3 | |
| * | | | | | | | | perf trace: Add pagefault statistics | Stanislav Fomichev | 2014-07-08 | 1 | -0/+17 | |
| * | | | | | | | | perf tools: Suggest using -f to override perf.data file ownership message | Arnaldo Carvalho de Melo | 2014-07-08 | 1 | -1/+1 | |
| * | | | | | | | | perf tools: Convert open coded equivalents to asprintf() | Andy Shevchenko | 2014-07-07 | 2 | -16/+5 | |
| * | | | | | | | | perf tools: Allow to use cpuinfo on s390 | Alexander Yarygin | 2014-07-07 | 3 | -0/+30 | |
| * | | | | | | | | perf kvm: Refactoring of cpu_isa_config() | Alexander Yarygin | 2014-07-07 | 1 | -16/+23 | |
| * | | | | | | | | perf kvm: Simplify exit reasons tables definitions | Alexander Yarygin | 2014-07-07 | 1 | -15/+12 | |
| * | | | | | | | | perf kvm: Introduce HAVE_KVM_STAT_SUPPORT flag | Alexander Yarygin | 2014-07-07 | 3 | -3/+8 | |
| * | | | | | | | | perf hists browser: Left justify column headers | Arnaldo Carvalho de Melo | 2014-07-07 | 1 | -1/+1 | |
| * | | | | | | | | perf hists browser: Add ui.show-headers config file option | Jiri Olsa | 2014-07-07 | 4 | -2/+17 | |
| * | | | | | | | | perf hists browser: Display columns header text on 'H' press | Jiri Olsa | 2014-07-07 | 1 | -2/+45 |