summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf timechart: Add more options to IO modeStanislav Fomichev2014-07-102-2/+86
* perf timechart: Conditionally update start_time on forkStanislav Fomichev2014-07-101-1/+1
* perf timechart: Implement IO modeStanislav Fomichev2014-07-104-24/+725
* perf timechart: Fix rendering in FirefoxStanislav Fomichev2014-07-101-36/+36
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-07-058-21/+346
|\
| * perf script: Handle the num array type in python properlySebastian Andrzej Siewior2014-06-271-12/+31
| * perf script: Move the number processing into its own functionSebastian Andrzej Siewior2014-06-271-15/+23
| * perf tools: Fix wrong condition for allocation failureJiri Olsa2014-06-271-1/+1
| * perf tools powerpc: Adjust callchain based on DWARF debug infoSukadev Bhattiprolu2014-06-275-2/+300
| * tools lib traceevent: Fix a risk for doing free on uninitialized pointerRickard Strandqvist2014-06-271-3/+3
* | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-07-0512-43/+280
|\ \
| * | perf trace: Add possibility to switch off syscall eventsStanislav Fomichev2014-06-262-26/+39
| * | perf trace: Add pagefaults record and replay supportStanislav Fomichev2014-06-261-18/+45
| * | perf trace: Add support for pagefault tracingStanislav Fomichev2014-06-262-1/+163
| * | perf trace: Add perf_event parameter to tracepoint_handlerStanislav Fomichev2014-06-261-3/+8
| * | perf scripts: Fallback to syscalls:* when raw_syscalls:* is not availableDaniel Bristot de Oliveira2014-06-2510-5/+35
| |/
* | perf/x86: Micro-optimize nhmex_rbox_get_constraint()Rasmus Villemoes2014-07-051-4/+1
* | perf: Make perf_event_init_context() function staticJiri Olsa2014-07-051-1/+1
* | powerpc, perf: Use common PMU interrupt disabled codeVince Weaver2014-07-052-4/+8
|/
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-06-253-14/+59
|\
| * tools lib traceevent: Clean up format of args in jbd2 pluginSteven Rostedt2014-06-191-4/+2
| * tools lib traceevent: Clean up format of args in cfg80211 pluginSteven Rostedt2014-06-191-2/+1
| * tools lib traceevent: Fix format in plugin_kvmSteven Rostedt2014-06-191-1/+1
| * tools lib traceevent: Fix and cleanup kvm_nested_vmexit tracepointsJan Kiszka2014-06-191-12/+6
| * tools lib traceevent: Add back in kvm plugins nested_vmexit eventsSteven Rostedt (Red Hat)2014-06-191-0/+41
| * tools lib traceevent: Factor out print_exit_reason in kvm pluginJan Kiszka2014-06-191-4/+13
| * tools lib traceevent: Report unknown VMX exit reasons with codeJan Kiszka2014-06-191-4/+8
* | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-06-2512-68/+67
|\ \
| * | perf bench sched-messaging: Drop barf()Davidlohr Bueso2014-06-191-26/+19
| * | perf bench mem: The -o and -n options are mutually exclusiveDavidlohr Bueso2014-06-192-0/+10
| * | perf bench futex: Use global --repeat optionDavidlohr Bueso2014-06-192-19/+3
| * | perf bench: Add --repeat optionDavidlohr Bueso2014-06-193-0/+12
| * | perf bench sched-messaging: Plug memleakDavidlohr Bueso2014-06-191-0/+2
| * | perf ui browser: Fix scrollbar refresh row indexJiri Olsa2014-06-191-1/+1
| * | perf hists browser: Remove ev_name argument from perf_evsel__hists_browseJiri Olsa2014-06-191-14/+11
| * | perf trace: Cache the is_exit syscall testArnaldo Carvalho de Melo2014-06-191-1/+4
| * | perf trace: Remove needless reassignmentsArnaldo Carvalho de Melo2014-06-191-3/+0
| * | perf evlist: Add suggestion of how to set perf_event_paranoid sysctlArnaldo Carvalho de Melo2014-06-191-2/+3
| * | perf trace: Fix up fd -> pathname resolutionArnaldo Carvalho de Melo2014-06-191-2/+2
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixes and refresh the b...Ingo Molnar2014-06-25617-7454/+11626
|\ \ \ | |/ / |/| |
| * | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2014-06-252-37/+38
| |\ \
| | * | perf symbols: Get kernel start address by symbol nameSimon Que2014-06-201-32/+22
| | * | perf tools: Fix segfault in cumulative.callchain reportJiri Olsa2014-06-201-5/+16
| * | | Linux 3.16-rc2v3.16-rc2Linus Torvalds2014-06-211-1/+1
| * | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-216-0/+1216
| |\ \ \
| | * \ \ Merge tag 'v3.16-rc1' into i2c/for-nextWolfram Sang2014-06-172435-46522/+105768
| | |\ \ \
| | * | | | i2c: sun6-p2wi: fix call to snprintfBoris BREZILLON2014-06-171-1/+1
| | * | | | i2c: rk3x: add NULL entry to the end of_device_id arrayDan Carpenter2014-06-121-0/+1
| | * | | | i2c: sun6i-p2wi: use proper return value in probeWolfram Sang2014-06-121-1/+1
| | * | | | i2c: sunxi: add P2WI (Push/Pull 2 Wire Interface) controller supportBoris BREZILLON2014-06-123-0/+359
OpenPOWER on IntegriCloud