Age | Commit message (Expand) | Author | Files | Lines |
2015-04-02 | perf script: Support using -f to override perf.data file ownership | Yunlong Song | 1 | -4/+5 |
2015-04-02 | perf mem: Support using -f to override perf.data file ownership | Yunlong Song | 1 | -0/+3 |
2015-04-02 | perf lock: Support using -f to override perf.data file ownership | Yunlong Song | 1 | -0/+5 |
2015-04-02 | perf kvm: Support using -f to override perf.data.guest file ownership | Yunlong Song | 2 | -0/+3 |
2015-04-02 | perf kmem: Support using -f to override perf.data file ownership | Yunlong Song | 1 | -4/+5 |
2015-04-02 | perf inject: Support using -f to override perf.data file ownership | Yunlong Song | 1 | -0/+1 |
2015-04-02 | perf evlist: Support using -f to override perf.data file ownership | Yunlong Song | 2 | -0/+3 |
2015-04-02 | perf probe: Fix to track down unnamed union/structure members | Masami Hiramatsu | 2 | -5/+17 |
2015-04-02 | perf db-export: No need to have ->thread twice in struct export_sample | Arnaldo Carvalho de Melo | 3 | -3/+1 |
2015-04-02 | perf db-export: No need to pass thread twice to db_export__sample | Arnaldo Carvalho de Melo | 3 | -4/+4 |
2015-04-02 | perf scripting: No need to pass thread twice to the scripting callbacks | Arnaldo Carvalho de Melo | 5 | -17/+11 |
2015-04-02 | perf script: No need to lookup thread twice | Arnaldo Carvalho de Melo | 1 | -9/+1 |
2015-04-02 | bpf: Fix the build on BPF_SYSCALL=y && !CONFIG_TRACING kernels, make it more ... | Ingo Molnar | 3 | -2/+10 |
2015-04-02 | samples/bpf: Add kmem_alloc()/free() tracker tool | Alexei Starovoitov | 3 | -0/+127 |
2015-04-02 | samples/bpf: Add IO latency analysis (iosnoop/heatmap) tool | Alexei Starovoitov | 3 | -0/+243 |
2015-04-02 | samples/bpf: Add counting example for kfree_skb() function calls and the writ... | Alexei Starovoitov | 3 | -0/+185 |
2015-04-02 | samples/bpf: Add simple non-portable kprobe filter example | Alexei Starovoitov | 10 | -12/+224 |
2015-04-02 | tracing: Allow BPF programs to call bpf_trace_printk() | Alexei Starovoitov | 2 | -0/+79 |
2015-04-02 | tracing: Allow BPF programs to call bpf_ktime_get_ns() | Alexei Starovoitov | 2 | -0/+15 |
2015-04-02 | tracing, perf: Implement BPF programs attached to kprobes | Alexei Starovoitov | 8 | -1/+219 |
2015-04-02 | tracing: Add kprobe flag | Alexei Starovoitov | 2 | -1/+4 |
2015-04-02 | bpf: Make internal bpf API independent of CONFIG_BPF_SYSCALL #ifdefs | Daniel Borkmann | 1 | -4/+16 |
2015-04-02 | Merge branch 'perf/timer' into perf/core | Ingo Molnar | 116 | -861/+1813 |
2015-04-01 | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 9 | -123/+144 |
2015-03-31 | perf ordered_samples: Remove references to perf_{evlist,tool} and machines | Arnaldo Carvalho de Melo | 5 | -47/+37 |
2015-03-31 | perf session: Always initialize ordered_events | Arnaldo Carvalho de Melo | 1 | -3/+2 |
2015-03-31 | perf tools: Fix ppid for synthesized fork events | David Ahern | 1 | -33/+50 |
2015-03-31 | perf tools: Refactor comm/tgid lookup | David Ahern | 1 | -28/+44 |
2015-03-31 | perf callchain: Fix kernel symbol resolution by remembering the cpumode | David Hildenbrand | 1 | -14/+14 |
2015-03-30 | perf build: Disable libbabeltrace check by default | Jiri Olsa | 2 | -4/+3 |
2015-03-27 | perf: Add per event clockid support | Peter Zijlstra | 4 | -8/+91 |
2015-03-27 | Merge branch 'perf/core' into perf/timer, before applying new changes | Ingo Molnar | 236 | -2408/+7925 |
2015-03-27 | Merge branch 'timers/core' into perf/timer, to apply dependent patch | Ingo Molnar | 21 | -360/+703 |
2015-03-27 | perf: Fix racy group access | Peter Zijlstra | 1 | -0/+11 |
2015-03-27 | perf/x86: Remove redundant calls to perf_pmu_{dis|en}able() | David Ahern | 1 | -2/+0 |
2015-03-27 | Merge branch 'perf/x86' into perf/core, because it's ready | Ingo Molnar | 11 | -63/+1514 |
2015-03-27 | Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh th... | Ingo Molnar | 944 | -6249/+10199 |
2015-03-27 | time: Add ktime_get_tai_ns() | Peter Zijlstra | 1 | -0/+5 |
2015-03-27 | time: Introduce tk_fast_raw | Peter Zijlstra | 2 | -0/+14 |
2015-03-27 | time: Parametrize all tk_fast_mono users | Peter Zijlstra | 1 | -10/+15 |
2015-03-27 | time: Add timerkeeper::tkr_raw | Peter Zijlstra | 2 | -24/+21 |
2015-03-27 | time: Rename timekeeper::tkr to timekeeper::tkr_mono | Peter Zijlstra | 7 | -126/+126 |
2015-03-27 | perf/x86/intel: Add INST_RETIRED.ALL workarounds | Andi Kleen | 3 | -0/+37 |
2015-03-27 | perf/x86/intel: Add Broadwell core support | Andi Kleen | 1 | -0/+47 |
2015-03-27 | perf/x86/intel: Add new cache events table for Haswell | Andi Kleen | 1 | -2/+192 |
2015-03-27 | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 9 | -16/+20 |
2015-03-27 | timers, sched/clock: Clean up the code a bit | Ingo Molnar | 1 | -51/+56 |
2015-03-27 | timers, sched/clock: Avoid deadlock during read from NMI | Daniel Thompson | 1 | -35/+68 |
2015-03-27 | timers, sched/clock: Remove redundant notrace from update function | Daniel Thompson | 1 | -1/+1 |
2015-03-27 | timers, sched/clock: Remove suspend from clock_read_data() | Daniel Thompson | 1 | -15/+25 |