aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-17perf unwind: Do not look just at the global callchain_param.record_modeArnaldo Carvalho de Melo7-12/+25
2018-01-17perf callchain: Fix attr.sample_max_stack settingArnaldo Carvalho de Melo1-4/+4
2018-01-17perf tools: Add ARM Statistical Profiling Extensions (SPE) supportKim Phillips11-7/+1077
2018-01-17tools lib traceevent: Fix get_field_str() for dynamic stringsSteven Rostedt (VMware)1-1/+9
2018-01-17tools lib traceevent: Fix missing break in FALSE case of pevent_filter_clear_trivial()Taeung Song1-0/+1
2018-01-17tools lib traceevent: Add UL suffix to MISSING_EVENTSMichael Sartain1-2/+2
2018-01-17tools lib traceevent: Use asprintf when possibleFederico Vaga2-22/+13
2018-01-17tools lib traceevent: Show contents (in hex) of data of unrecognized type recordsSteven Rostedt (VMware)1-2/+8
2018-01-17tools lib traceevent: Handle new pointer processing of bprint stringsSteven Rostedt (VMware)1-0/+26
2018-01-17tools lib traceevent: Simplify pointer print logic and fix %pFSteven Rostedt (VMware)1-8/+9
2018-01-17tools lib traceevent: Print value of unknown symbolic fieldsJan Kiszka1-0/+2
2018-01-17tools lib traceevent: Show value of flags that have not been parsedSteven Rostedt (VMware)1-0/+5
2018-01-17tools lib traceevent: Fix bad force_token escape sequenceMichael Sartain1-1/+1
2018-01-12perf trace: Fix setting of --call-graph/--max-stack for non-syscall eventsArnaldo Carvalho de Melo1-15/+5
2018-01-12perf evsel: Check if callchain is enabled before setting it upArnaldo Carvalho de Melo1-3/+11
2018-01-12perf tools: Fix copyfile_offset update of output offsetJiri Olsa1-1/+1
2018-01-12perf trace: No need to set PERF_SAMPLE_IDENTIFIER explicitelyArnaldo Carvalho de Melo1-23/+0
2018-01-12perf script python: Add script to profile and resolve physical mem typeKan Liang4-0/+119
2018-01-12perf evlist: Remove trailing semicolonLuis de Bethencourt1-1/+1
2018-01-11perf evsel: Fix incorrect handling of type _TERM_DRV_CFGMathieu Poirier1-1/+1
2018-01-10tools headers: Synchronize kernel <-> tooling headersArnaldo Carvalho de Melo2-2/+10
2018-01-10perf report: Introduce --mmapsArnaldo Carvalho de Melo2-5/+54
2018-01-10perf report: Add --tasks option to display monitored tasksJiri Olsa2-2/+138
2018-01-10perf trace: Beautify 'gettid' syscall resultArnaldo Carvalho de Melo1-0/+1
2018-01-10perf report: Add --stats option to display quick data statisticsJiri Olsa2-1/+29
2018-01-10perf tools: Make the tool's warning messages optionalJiri Olsa2-2/+5
2018-01-10perf script: Add support to display lost eventsJiri Olsa3-0/+39
2018-01-08perf script: Add support to display sample misc fieldJiri Olsa4-12/+84
2018-01-08perf: Update PERF_RECORD_MISC_* comment for perf_event_header::misc bit 13Jiri Olsa1-3/+6
2018-01-08perf: Add sample_id to PERF_RECORD_ITRACE_START event commentJiri Olsa1-0/+1
2018-01-08perf tools: Display perf_event_attr::namespaces debug infoJiri Olsa1-0/+1
2018-01-08perf tools: Enable LIBBABELTRACE by defaultJiri Olsa2-2/+2
2018-01-08perf script: Support time percent and multiple time rangesJin Yao2-6/+44
2018-01-08perf report: Support time percent and multiple time rangesJin Yao2-5/+46
2018-01-08perf tools: Create function to perform multiple time range checkingJin Yao2-0/+31
2018-01-08perf tools: Create function to parse time percentJin Yao2-12/+196
2018-01-08perf record: Record the first and last sample time in the headerJin Yao2-3/+18
2018-01-08perf header: Add infrastructure to record first and last sample timeJin Yao4-0/+67
2018-01-08perf report: Fix a no annotate browser displayed issueJin Yao1-1/+17
2018-01-08perf report: Fix a wrong offset issue when using /proc/kcoreJin Yao6-15/+22
2018-01-08perf tools: Fix compile error with libunwind x86Wang Nan1-1/+1
2018-01-08perf test bpf: Hook on epoll_pwait()Arnaldo Carvalho de Melo2-6/+6
2018-01-08perf test bpf: Use designated struct field initializersArnaldo Carvalho de Melo1-32/+27
2018-01-08perf test bpf: Improve message about expected samplesArnaldo Carvalho de Melo1-1/+1
2018-01-06Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar14-98/+663
2017-12-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-42/+184
2017-12-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-2/+6
2017-12-31Merge tag 'usb-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-3/+6
2017-12-30objtool: Fix seg fault with clang-compiled objectsSimon Ser1-0/+2
2017-12-30objtool: Fix seg fault caused by missing parameterSimon Ser1-1/+3