summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf list: Extend raw-dump to certain kind of eventsYunlong Song2015-02-272-13/+14
* perf list: Clean up the printing functions of hardware/software eventsYunlong Song2015-02-273-80/+17
* perf tools: Remove the '--(null)' long_name for --list-optsYunlong Song2015-02-271-1/+2
* perf list: Avoid confusion of perf output and the next command promptYunlong Song2015-02-272-0/+3
* perf list: Allow listing events with 'tracepoint' prefixYunlong Song2015-02-271-3/+1
* perf list: Sort the output of 'perf list' to view more clearlyYunlong Song2015-02-271-23/+193
* perf data: Fix sentinel setting for data_cmds arrayYunlong Song2015-02-271-1/+1
* perf probe: Fix a precedence bugHe Kuang2015-02-271-1/+1
* perf diff: Support for different binariesKan Liang2015-02-272-0/+14
* perf buildid-cache: Add new buildid cache if update target is not cachedMasami Hiramatsu2015-02-274-5/+25
* perf probe: Handle strdup() failureArnaldo Carvalho de Melo2015-02-271-1/+1
* perf probe: Fix get_real_path to free allocated memory in error pathMasami Hiramatsu2015-02-261-1/+3
* perf probe: Check kprobes blacklist when adding new eventsMasami Hiramatsu2015-02-261-1/+108
* perf trace: Fix SIGBUS failures due to misaligned accessesDavid Ahern2015-02-261-7/+29
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-02-2633-99/+1063
|\
| * perf data: Add a 'perf' prefix to the generic fieldsSebastian Andrzej Siewior2015-02-251-20/+22
| * perf data: Add perf data to CTF conversion supportJiri Olsa2015-02-259-1/+701
| * perf tools: Add new 'perf data' commandJiri Olsa2015-02-256-0/+94
| * perf tools: Add feature check for libbabeltraceJiri Olsa2015-02-255-3/+46
| * perf record: Support recording running/enabled timeAndi Kleen2015-02-254-0/+12
| * perf tools: Print the thread's tid on PERF_RECORD_COMM events when -D is askedArnaldo Carvalho de Melo2015-02-241-1/+1
| * perf trace: Dump stack on segfaultsArnaldo Carvalho de Melo2015-02-241-0/+3
| * perf tools: Introduce dump_stack signal helperArnaldo Carvalho de Melo2015-02-242-0/+8
| * perf ordered_events: Stop using tool->ordered_eventsArnaldo Carvalho de Melo2015-02-231-1/+4
| * perf session: Remove perf_session from dump_eventArnaldo Carvalho de Melo2015-02-221-7/+7
| * perf session: Remove perf_session from some deliver event routinesArnaldo Carvalho de Melo2015-02-221-19/+19
| * perf session: Remove perf_session from warn_errors signatureArnaldo Carvalho de Melo2015-02-221-18/+18
| * perf evlist: Adopt events_stats from perf_sessionArnaldo Carvalho de Melo2015-02-225-33/+33
| * perf session: Remove wrappers to machines__findArnaldo Carvalho de Melo2015-02-221-8/+5
| * perf trace: Separate routine that handles an event from the one that reads itArnaldo Carvalho de Melo2015-02-221-27/+31
| * perf trace: Add man page entry for --eventArnaldo Carvalho de Melo2015-02-221-0/+3
| * perf trace: Introduce --filter-pidsArnaldo Carvalho de Melo2015-02-222-2/+50
| * perf evlist: Introduce set_filter_pids methodArnaldo Carvalho de Melo2015-02-222-4/+24
| * perf trace: Filter out the trace pid when no threads are specifiedArnaldo Carvalho de Melo2015-02-221-0/+9
| * perf evlist: Introduce set_filter_pid methodArnaldo Carvalho de Melo2015-02-222-0/+14
| * perf trace: Only insert blank duration bracket when tracing syscallsArnaldo Carvalho de Melo2015-02-221-1/+5
* | Merge tag 'v4.0-rc1' into perf/core, to refresh the treeIngo Molnar2015-02-2645-684/+2951
|\ \ | |/ |/|
| * Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-182-340/+1684
| |\
| | * tools/lguest: don't use legacy definitions for net device in example launcher.Rusty Russell2015-02-131-1/+2
| | * tools/lguest: use common error macros in the example launcher.Rusty Russell2015-02-131-101/+105
| | * tools/lguest: give virtqueues names for better error messagesRusty Russell2015-02-131-7/+12
| | * tools/lguest: more documentation and checking of virtio 1.0 compliance.Rusty Russell2015-02-131-14/+293
| | * tools/lguest: don't start devices until DRIVER_OK status set.Rusty Russell2015-02-131-8/+36
| | * tools/lguest: handle indirect partway through chain.Rusty Russell2015-02-131-12/+13
| | * tools/lguest: insert driver references from the 1.0 spec (4.1 Virtio Over PCI)Rusty Russell2015-02-131-2/+57
| | * tools/lguest: insert device references from the 1.0 spec (4.1 Virtio Over PCI)Rusty Russell2015-02-131-9/+131
| | * tools/lguest: rename virtio_pci_cfg_cap field to match spec.Rusty Russell2015-02-131-8/+9
| | * tools/lguest: fix features_accepted logic in example launcher.Rusty Russell2015-02-131-1/+1
| | * tools/lguest: handle device reset correctly in example launcher.Rusty Russell2015-02-131-2/+18
| | * lguest: remove NOTIFY facility from demonstration launcher.Rusty Russell2015-02-111-24/+1