aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-17perf tools Documentation: Fix diverse typosIngo Molnar
2018-12-17tools lib traceevent: Fix diverse typos in commentsIngo Molnar
2018-12-17perf vendor events intel: Fix diverse typosIngo Molnar
2018-12-17perf tests ARM: Disable breakpoint tests 32-bitFlorian Fainelli
2018-12-17perf cs-etm: Support for ARM A32/T32 instruction sets in CoreSight traceRobert Walker
2018-12-17perf beauty mmap_flags: Fixed syntax error Fixed missing ']' errorSihyeon Jang
2018-12-17tools lib traceevent: traceevent API cleanupTzvetomir Stoyanov
2018-12-17perf tools: traceevent API cleanup, remove __tep_data2host*()Tzvetomir Stoyanov
2018-12-17tools lib traceevent: Rename tep_free_format() to tep_free_event()Tzvetomir Stoyanov
2018-12-17tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...Tzvetomir Stoyanov
2018-12-17tools lib traceevent: Install trace-seq.h API header fileTzvetomir Stoyanov
2018-12-17tools lib traceevent: Added support for pkg-configTzvetomir Stoyanov
2018-12-17tools lib traceevent: Implement new API tep_get_ref()Tzvetomir Stoyanov
2018-12-17perf report: Documentation average IPC and IPC coverageJin Yao
2018-12-17perf report: Display average IPC and IPC coverage per symbolJin Yao
2018-12-17perf annotate: Create a annotate2 flag in struct symbolJin Yao
2018-12-17perf annotate: Compute average IPC and IPC coverage per symbolJin Yao
2018-12-17tools lib traceevent: Add sanity check to is_timestamp_in_us()Tzvetomir Stoyanov
2018-12-17perf beauty mmap_flags: Check if the arch has a mmap.h fileArnaldo Carvalho de Melo
2018-12-17perf record: Extend trace writing to multi AIOAlexey Budankov
2018-12-17perf record: Enable asynchronous trace writingAlexey Budankov
2018-12-17perf mmap: Map data buffer for preserving collected dataAlexey Budankov
2018-12-17tools build feature: Check if libaio is availableAlexey Budankov
2018-12-17perf intel-pt: Fix error with config term "pt=0"Adrian Hunter
2018-12-17perf top: Allow passing a kallsyms fileArnaldo Carvalho de Melo
2018-12-17perf bpf: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Wen Yang
2018-12-17tools include: Adopt ERR_CAST() from the kernel err.h headerArnaldo Carvalho de Melo
2018-12-17perf test: Fix perf_event_attr test failureAdrian Hunter
2018-12-17perf tests record: Allow for 'sleep' being 'coreutils'Adrian Hunter
2018-12-17tools lib traceevent: Fix compile warnings in tools/lib/traceevent/event-parse.cAdrian Hunter
2018-12-17perf script: Use fallbacks for branch stacksAdrian Hunter
2018-12-17perf tools: Use fallback for sample_addr_correlates_sym() casesAdrian Hunter
2018-12-17perf thread: Add fallback functions for cases where cpumode is insufficientAdrian Hunter
2018-12-17perf machine: Record if a arch has a single user/kernel address spaceAdrian Hunter
2018-12-17perf env: Also consider env->arch == NULL as local operationArnaldo Carvalho de Melo
2018-12-17perf map: Remove extra indirection from map__find()Eric Saint-Etienne
2018-12-17perf stat: Fix CSV mode column output for non-cgroup eventsStephane Eranian
2018-12-17perf stat: Fix shadow stats for clock eventsRavi Bangoria
2018-12-17perf build: Give better hint about devel package for libsslArnaldo Carvalho de Melo
2018-12-17kprobes/x86: Remove unneeded arch_within_kprobe_blacklist from x86Masami Hiramatsu
2018-12-17kprobes/x86: Show x86-64 specific blacklisted symbols correctlyMasami Hiramatsu
2018-12-17kprobes: Blacklist symbols in arch-defined prohibited areaMasami Hiramatsu
2018-12-17Merge tag 'v4.20-rc7' into perf/core, to pick up fixesIngo Molnar
2018-12-16Linux 4.20-rc7Linus Torvalds
2018-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-12-14scripts/spdxcheck.py: always open files in binary modeThierry Reding
2018-12-14checkstack.pl: fix for aarch64Qian Cai
2018-12-14userfaultfd: check VM_MAYWRITE was set after verifying the uffd is registeredAndrea Arcangeli
2018-12-14fs/iomap.c: get/put the page in iomap_page_create/release()Piotr Jaroszynski
2018-12-14hugetlbfs: call VM_BUG_ON_PAGE earlier in free_huge_page()Yongkai Wu