aboutsummaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-02perf trace: Support using -f to override perf.data file ownershipYunlong Song1-0/+3
2015-04-02perf timechart: Support using -f to override perf.data file ownershipYunlong Song1-0/+3
2015-04-02perf script: Support using -f to override perf.data file ownershipYunlong Song1-4/+5
2015-04-02perf mem: Support using -f to override perf.data file ownershipYunlong Song1-0/+3
2015-04-02perf lock: Support using -f to override perf.data file ownershipYunlong Song1-0/+5
2015-04-02perf kvm: Support using -f to override perf.data.guest file ownershipYunlong Song2-0/+3
2015-04-02perf kmem: Support using -f to override perf.data file ownershipYunlong Song1-4/+5
2015-04-02perf inject: Support using -f to override perf.data file ownershipYunlong Song1-0/+1
2015-04-02perf evlist: Support using -f to override perf.data file ownershipYunlong Song2-0/+3
2015-04-02perf probe: Fix to track down unnamed union/structure membersMasami Hiramatsu2-5/+17
2015-04-02perf db-export: No need to have ->thread twice in struct export_sampleArnaldo Carvalho de Melo3-3/+1
2015-04-02perf db-export: No need to pass thread twice to db_export__sampleArnaldo Carvalho de Melo3-4/+4
2015-04-02perf scripting: No need to pass thread twice to the scripting callbacksArnaldo Carvalho de Melo5-17/+11
2015-04-02perf script: No need to lookup thread twiceArnaldo Carvalho de Melo1-9/+1
2015-04-02bpf: Fix the build on BPF_SYSCALL=y && !CONFIG_TRACING kernels, make it more configurableIngo Molnar3-2/+10
2015-04-02samples/bpf: Add kmem_alloc()/free() tracker toolAlexei Starovoitov3-0/+127
2015-04-02samples/bpf: Add IO latency analysis (iosnoop/heatmap) toolAlexei Starovoitov3-0/+243
2015-04-02samples/bpf: Add counting example for kfree_skb() function calls and the write() syscallAlexei Starovoitov3-0/+185
2015-04-02samples/bpf: Add simple non-portable kprobe filter exampleAlexei Starovoitov10-12/+224
2015-04-02tracing: Allow BPF programs to call bpf_trace_printk()Alexei Starovoitov2-0/+79
2015-04-02tracing: Allow BPF programs to call bpf_ktime_get_ns()Alexei Starovoitov2-0/+15
2015-04-02tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov8-1/+219
2015-04-02tracing: Add kprobe flagAlexei Starovoitov2-1/+4
2015-04-02bpf: Make internal bpf API independent of CONFIG_BPF_SYSCALL #ifdefsDaniel Borkmann1-4/+16
2015-03-31perf ordered_samples: Remove references to perf_{evlist,tool} and machinesArnaldo Carvalho de Melo5-47/+37
2015-03-31perf session: Always initialize ordered_eventsArnaldo Carvalho de Melo1-3/+2
2015-03-31perf tools: Fix ppid for synthesized fork eventsDavid Ahern1-33/+50
2015-03-31perf tools: Refactor comm/tgid lookupDavid Ahern1-28/+44
2015-03-31perf callchain: Fix kernel symbol resolution by remembering the cpumodeDavid Hildenbrand1-14/+14
2015-03-30perf build: Disable libbabeltrace check by defaultJiri Olsa2-4/+3
2015-03-27perf: Add per event clockid supportPeter Zijlstra4-8/+91
2015-03-27perf: Fix racy group accessPeter Zijlstra1-0/+11
2015-03-27perf/x86: Remove redundant calls to perf_pmu_{dis|en}able()David Ahern1-2/+0
2015-03-27time: Add ktime_get_tai_ns()Peter Zijlstra1-0/+5
2015-03-27time: Introduce tk_fast_rawPeter Zijlstra2-0/+14
2015-03-27time: Parametrize all tk_fast_mono usersPeter Zijlstra1-10/+15
2015-03-27time: Add timerkeeper::tkr_rawPeter Zijlstra2-24/+21
2015-03-27time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra7-126/+126
2015-03-27perf/x86/intel: Add INST_RETIRED.ALL workaroundsAndi Kleen3-0/+37
2015-03-27perf/x86/intel: Add Broadwell core supportAndi Kleen1-0/+47
2015-03-27perf/x86/intel: Add new cache events table for HaswellAndi Kleen1-2/+192
2015-03-27timers, sched/clock: Clean up the code a bitIngo Molnar1-51/+56
2015-03-27timers, sched/clock: Avoid deadlock during read from NMIDaniel Thompson1-35/+68
2015-03-27timers, sched/clock: Remove redundant notrace from update functionDaniel Thompson1-1/+1
2015-03-27timers, sched/clock: Remove suspend from clock_read_data()Daniel Thompson1-15/+25
2015-03-27timers, sched/clock: Optimize cache line usageDaniel Thompson1-35/+77
2015-03-27timers, sched/clock: Match scope of read and write seqcountsDaniel Thompson1-15/+11
2015-03-26tools lib traceevent: Zero should not be considered "not found" in eval_flag()Steven Rostedt1-5/+5
2015-03-26perf trace: Fix syscall enter formatting bugArnaldo Carvalho de Melo1-1/+1
2015-03-26perf tools: Set JOBS based on CPU or processorDavid Ahern1-1/+1