summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools lib traceevent: Show value of flags that have not been parsedSteven Rostedt (VMware)2018-01-171-0/+5
* tools lib traceevent: Fix bad force_token escape sequenceMichael Sartain2018-01-171-1/+1
* perf trace: Fix setting of --call-graph/--max-stack for non-syscall eventsArnaldo Carvalho de Melo2018-01-121-15/+5
* perf evsel: Check if callchain is enabled before setting it upArnaldo Carvalho de Melo2018-01-121-3/+11
* perf tools: Fix copyfile_offset update of output offsetJiri Olsa2018-01-121-1/+1
* perf trace: No need to set PERF_SAMPLE_IDENTIFIER explicitelyArnaldo Carvalho de Melo2018-01-121-23/+0
* perf script python: Add script to profile and resolve physical mem typeKan Liang2018-01-124-0/+119
* perf evlist: Remove trailing semicolonLuis de Bethencourt2018-01-121-1/+1
* perf evsel: Fix incorrect handling of type _TERM_DRV_CFGMathieu Poirier2018-01-111-1/+1
* Merge tag 'perf-core-for-mingo-4.16-20180110' of git://git.kernel.org/pub/scm...Ingo Molnar2018-01-1136-140/+884
|\
| * tools headers: Synchronize kernel <-> tooling headersArnaldo Carvalho de Melo2018-01-102-2/+10
| * perf report: Introduce --mmapsArnaldo Carvalho de Melo2018-01-102-5/+54
| * perf report: Add --tasks option to display monitored tasksJiri Olsa2018-01-102-2/+138
| * perf trace: Beautify 'gettid' syscall resultArnaldo Carvalho de Melo2018-01-101-0/+1
| * perf report: Add --stats option to display quick data statisticsJiri Olsa2018-01-102-1/+29
| * perf tools: Make the tool's warning messages optionalJiri Olsa2018-01-102-2/+5
| * perf script: Add support to display lost eventsJiri Olsa2018-01-103-0/+39
| * perf script: Add support to display sample misc fieldJiri Olsa2018-01-084-12/+84
| * perf: Update PERF_RECORD_MISC_* comment for perf_event_header::misc bit 13Jiri Olsa2018-01-082-6/+12
| * perf: Return empty callchain instead of NULLJiri Olsa2018-01-081-18/+12
| * perf: Make perf_callchain function staticJiri Olsa2018-01-083-19/+16
| * perf: Add sample_id to PERF_RECORD_ITRACE_START event commentJiri Olsa2018-01-082-0/+2
| * perf: Allocate context task_ctx_data for child eventJiri Olsa2018-01-081-0/+14
| * perf tools: Display perf_event_attr::namespaces debug infoJiri Olsa2018-01-081-0/+1
| * perf tools: Enable LIBBABELTRACE by defaultJiri Olsa2018-01-082-2/+2
| * perf script: Support time percent and multiple time rangesJin Yao2018-01-082-6/+44
| * perf report: Support time percent and multiple time rangesJin Yao2018-01-082-5/+46
| * perf tools: Create function to perform multiple time range checkingJin Yao2018-01-082-0/+31
| * perf tools: Create function to parse time percentJin Yao2018-01-082-12/+196
| * perf record: Record the first and last sample time in the headerJin Yao2018-01-082-3/+18
| * perf header: Add infrastructure to record first and last sample timeJin Yao2018-01-084-0/+67
| * perf report: Fix a no annotate browser displayed issueJin Yao2018-01-081-1/+17
| * perf report: Fix a wrong offset issue when using /proc/kcoreJin Yao2018-01-086-15/+22
| * perf tools: Fix compile error with libunwind x86Wang Nan2018-01-081-1/+1
| * perf test bpf: Hook on epoll_pwait()Arnaldo Carvalho de Melo2018-01-082-6/+6
| * perf test bpf: Use designated struct field initializersArnaldo Carvalho de Melo2018-01-081-32/+27
| * perf test bpf: Improve message about expected samplesArnaldo Carvalho de Melo2018-01-081-1/+1
|/
* perf/x86/msr: Clean up the codeIngo Molnar2018-01-061-32/+29
* perf/x86/msr: Add support for MSR_IA32_THERM_STATUSStephane Eranian2018-01-061-4/+23
* Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2018-01-06579-2915/+7820
|\
| * Merge tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-052-12/+34
| |\
| | * btrfs: fix refcount_t usage when deleting btrfs_delayed_nodesChris Mason2018-01-021-11/+34
| | * btrfs: Fix flush bio leakNikolay Borisov2018-01-021-1/+0
| * | Merge tag 'xfs-4.15-fixes-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-01-053-19/+33
| |\ \
| | * | xfs: fix s_maxbytes overflow problemsDarrick J. Wong2018-01-022-3/+3
| | * | xfs: quota: check result of register_shrinker()Aliaksei Karaliou2018-01-021-16/+29
| | * | xfs: quota: fix missed destroy of qi_tree_lockAliaksei Karaliou2018-01-021-0/+1
| * | | Merge tag 'mfd-fixes-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-051-0/+3
| |\ \ \
| | * | | mfd: rtsx: Release IRQ during shutdownSinan Kaya2018-01-051-0/+3
| * | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-0510-43/+55
| |\ \ \ \