summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * tools lib api debugfs: Add DEBUGFS_DEFAULT_PATH macroSteven Rostedt (Red Hat)2015-02-071-3/+7
| * tools lib api fs: Add tracefs mount helper functionsSteven Rostedt (Red Hat)2015-02-073-0/+92
| * tools lib fs: Add helper to find mounted file systemsSteven Rostedt (Red Hat)2015-02-075-54/+94
| * perf tools: Do not check debugfs MAGIC for tracing filesSteven Rostedt (Red Hat)2015-02-073-34/+14
| * perf evlist: Fix typo in commentArnaldo Carvalho de Melo2015-02-071-1/+1
| * perf trace: No need to enable evsels for workload started from perfArnaldo Carvalho de Melo2015-02-071-2/+2
| * perf tools: Introduce event_format__fprintf methodArnaldo Carvalho de Melo2015-02-062-3/+12
| * tools lib traceevent: Introduce trace_seq_do_fprintf functionArnaldo Carvalho de Melo2015-02-062-4/+11
| * perf symbols: debuglink should take symfs option into accountVictor Kamensky2015-02-061-3/+3
| * perf symbols: Ignore mapping symbols on aarch64Victor Kamensky2015-02-061-4/+3
| * perf probe: Update man pageMasami Hiramatsu2015-02-061-2/+14
| * perf probe: Fix to handle optimized not-inlined functionsMasami Hiramatsu2015-02-063-8/+22
| * perf tools: Fix a dso open fail messageNamhyung Kim2015-02-061-1/+1
| * perf tests: Do not rely on dso__data_read_offset() to open dsoNamhyung Kim2015-02-061-5/+8
| * perf test: Fix dso cache testcaseNamhyung Kim2015-02-061-3/+6
* | perf, powerpc: Fix up flush_branch_stack() usersPeter Zijlstra2015-02-182-9/+9
* | perf tools: Construct LBR call chainKan Liang2015-02-183-17/+153
* | perf tools: Enable LBR call stack supportKan Liang2015-02-186-6/+40
* | perf/x86/intel: Expose LBR callstack to user space toolingPeter Zijlstra2015-02-183-20/+12
* | perf/x86/intel: Discard zero length call entries in LBR call stackYan, Zheng2015-02-181-2/+11
* | perf/x86/intel: Disable FREEZE_LBRS_ON_PMI when LBR operates in callstack modeYan, Zheng2015-02-181-4/+13
* | perf/x86/intel: Re-organize code that implicitly enables LBR/PEBSYan, Zheng2015-02-181-30/+29
* | perf: Simplify the branch stack checkYan, Zheng2015-02-183-17/+11
* | perf/x86/intel: Save/restore LBR stack during context switchYan, Zheng2015-02-181-12/+76
* | perf/x86/intel: Track number of events that use the LBR callstackYan, Zheng2015-02-181-0/+19
* | perf/x86/intel: Allocate space for storing LBR stackYan, Zheng2015-02-182-0/+11
* | perf: Always switch pmu specific data during context switchYan, Zheng2015-02-181-0/+3
* | perf: Add pmu specific data for perf task contextYan, Zheng2015-02-182-4/+42
* | perf/x86/intel: Add basic Haswell LBR call stack supportYan, Zheng2015-02-183-24/+83
* | perf/x86/intel: Use context switch callback to flush LBR stackYan, Zheng2015-02-186-99/+30
* | perf: Introduce pmu context switch callbackYan, Zheng2015-02-184-0/+75
* | perf/x86/intel: Reduce lbr_sel_map[] sizeYan, Zheng2015-02-183-43/+64
* | perf/x86/amd/ibs: Convert force_ibs_eilvt_setup() to voidAravind Gopalakrishnan2015-02-181-7/+5
* | perf: Update userspace page info for software eventShaohua Li2015-02-181-0/+3
* | perf: Update shadow timestamp before add eventShaohua Li2015-02-181-4/+4
* | perf/x86/intel/uncore: Delete an unnecessary check before pci_dev_put() callMarkus Elfring2015-02-181-2/+1
* | perf/x86: Add /sys/devices/cpu/rdpmc=2 to allow rdpmc for all tasksAndy Lutomirski2015-02-042-2/+24
* | perf/x86: Only allow rdpmc if a perf_event is mappedAndy Lutomirski2015-02-044-19/+58
* | perf: Pass the event to arch_perf_update_userpage()Andy Lutomirski2015-02-042-3/+5
* | perf: Add pmu callbacks to track event mapping and unmappingAndy Lutomirski2015-02-042-0/+16
* | x86: Add a comment clarifying LDT context switchingAndy Lutomirski2015-02-041-6/+8
* | x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-02-0420-46/+85
* | x86: Clean up cr4 manipulationAndy Lutomirski2015-02-0415-57/+70
* | Merge branch 'x86/asm' into perf/x86, to avoid conflicts with upcoming patchesIngo Molnar2015-02-0416-327/+374
|\ \ | |/ |/|
| * Merge tag 'pr-20150201-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-02-032-54/+77
| |\
| | * x86_64, entry: Remove the syscall exit audit and schedule optimizationsAndy Lutomirski2015-02-011-47/+5
| | * x86_64, entry: Use sysret to return to userspace when possibleAndy Lutomirski2015-02-011-0/+54
| | * x86, traps: Fix ist_enter from userspaceAndy Lutomirski2015-02-011-7/+18
| * | Merge tag 'pr-20150201-x86-vdso' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2015-02-031-1/+1
| |\ \
| | * | x86, vdso: teach 'make clean' remove vdso64 binariesAndrey Skvortsov2015-01-291-1/+1