summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-06perf hists: Introduce hist_entry__has_callchain() methodArnaldo Carvalho de Melo
2018-06-05perf sched: Use sched->show_callchain where appropriateArnaldo Carvalho de Melo
2018-06-05perf script: Check if evsel has callchains before trying to use itArnaldo Carvalho de Melo
2018-06-05perf evsel: Add has_callchain() helper to make code more compact/clearArnaldo Carvalho de Melo
2018-06-04perf report: No need to have report_callchain_help as a globalArnaldo Carvalho de Melo
2018-06-04perf test: Use header file util/debug.hThomas Richter
2018-06-04perf annotate: Move objdump_path to struct annotation_optionsArnaldo Carvalho de Melo
2018-06-04perf hists browser: Pass annotation_options from tool to browserArnaldo Carvalho de Melo
2018-06-04perf annotate: Move disassembler_style global to annotation_optionsArnaldo Carvalho de Melo
2018-06-04perf annotate: Adopt anotation options from symbol_confArnaldo Carvalho de Melo
2018-06-04perf annotate: Pass annotation_options to symbol__annotate()Arnaldo Carvalho de Melo
2018-06-04perf srcline: Make hist_entry srcline helper consistent with map'sArnaldo Carvalho de Melo
2018-06-04perf sort: Introduce addr_map_symbol__srcline() to make code more compactArnaldo Carvalho de Melo
2018-06-04perf srcline: Introduce map__srcline() to make code more compactArnaldo Carvalho de Melo
2018-06-04perf annotate stdio: Use annotation_options consistentlyArnaldo Carvalho de Melo
2018-06-04perf annotate: Add comment about annotated_src->nr_histogramsArnaldo Carvalho de Melo
2018-06-04perf tools: Ditch the symbol_conf.nr_events globalArnaldo Carvalho de Melo
2018-06-04perf annotate: Replace symbol__alloc_hists() with symbol__hists()Arnaldo Carvalho de Melo
2018-06-04perf annotate: Stop using symbol_conf.nr_events global in symbol__hists()Arnaldo Carvalho de Melo
2018-06-04perf annotate: Introduce symbol__cycle_hists()Arnaldo Carvalho de Melo
2018-06-04perf annotate: Introduce symbol__hists()Arnaldo Carvalho de Melo
2018-06-04perf annotate: __symbol__inc_addr_samples() needs just annotated_sourceArnaldo Carvalho de Melo
2018-06-04perf annotate: Introduce annotated_source__alloc_histogramsArnaldo Carvalho de Melo
2018-06-04perf annotate: Introduce constructor/destructor for annotated_sourceArnaldo Carvalho de Melo
2018-06-04perf annotate: Split allocation of annotated_source structArnaldo Carvalho de Melo
2018-06-04perf annotate: __symbol__acount_cycles doesn't need notesArnaldo Carvalho de Melo
2018-06-04perf annotate: Pass perf_evsel instead of just evsel->idxArnaldo Carvalho de Melo
2018-06-04perf tools: No need to check if the argument to __get() function is NULLArnaldo Carvalho de Melo
2018-06-04perf cgroup: Make evlist__find_cgroup() more compactArnaldo Carvalho de Melo
2018-06-04perf probe: Use return of map__get() to make code more compactArnaldo Carvalho de Melo
2018-06-04perf tools: Remove dead quote.[ch] codeArnaldo Carvalho de Melo
2018-06-04Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo
2018-06-03Merge tag 'perf-urgent-for-mingo-4.17-20180602' of git://git.kernel.org/pub/s...Ingo Molnar
2018-06-03Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-06-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-06-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2018-06-02Merge tag 'drm-fixes-for-v4.17-rc8' of git://people.freedesktop.org/~airlied/...Linus Torvalds
2018-06-03Merge branch 'drm-fixes-4.17' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie
2018-06-02Merge tag 'mips_fixes_4.17_3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-02Merge tag 'vfio-v4.17' of git://github.com/awilliam/linux-vfioLinus Torvalds
2018-06-02Merge tag 'char-misc-4.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-02Merge tag 'staging-4.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-06-02Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-06-02mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins
2018-06-02mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()Hugh Dickins
2018-06-02Revert "vfio/type1: Improve memory pinning process for raw PFN mapping"Alex Williamson
2018-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller