summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Add ARM Statistical Profiling Extensions (SPE) supportKim Phillips2018-01-1711-7/+1077
* tools lib traceevent: Fix get_field_str() for dynamic stringsSteven Rostedt (VMware)2018-01-171-1/+9
* tools lib traceevent: Fix missing break in FALSE case of pevent_filter_clear_...Taeung Song2018-01-171-0/+1
* tools lib traceevent: Add UL suffix to MISSING_EVENTSMichael Sartain2018-01-171-2/+2
* tools lib traceevent: Use asprintf when possibleFederico Vaga2018-01-172-22/+13
* tools lib traceevent: Show contents (in hex) of data of unrecognized type rec...Steven Rostedt (VMware)2018-01-171-2/+8
* tools lib traceevent: Handle new pointer processing of bprint stringsSteven Rostedt (VMware)2018-01-171-0/+26
* tools lib traceevent: Simplify pointer print logic and fix %pFSteven Rostedt (VMware)2018-01-171-8/+9
* tools lib traceevent: Print value of unknown symbolic fieldsJan Kiszka2018-01-171-0/+2
* 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
* 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-081-3/+6
* perf: Add sample_id to PERF_RECORD_ITRACE_START event commentJiri Olsa2018-01-081-0/+1
* 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
* Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2018-01-0614-98/+663
|\
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-12-317-42/+184
| |\
| * \ Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-12-313-2/+6
| |\ \
| | * | objtool: Fix seg fault with clang-compiled objectsSimon Ser2017-12-301-0/+2
| | * | objtool: Fix seg fault caused by missing parameterSimon Ser2017-12-301-1/+3
| | * | objtool: Fix Clang enum conversion warningLukas Bulwahn2017-12-281-1/+1
| * | | Merge tag 'usb-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-12-311-3/+6
| |\ \ \
| | * | | usbip: fix usbip bind writing random string after command in match_busidJuan Zea2017-12-191-3/+6
OpenPOWER on IntegriCloud