aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-01-23tools include asm-generic: Grab errno.h and errno-base.hHendrik Brueckner
2018-01-23tools include arch: Grab a copy of errno.h for arch's supported by perfHendrik Brueckner
2018-01-23perf build: Display EXTRA features for VF=1 buildJiri Olsa
2018-01-23perf report: Fix regression when decoding intel_pt tracesMathieu Poirier
2018-01-23perf symbols: Using O_CLOEXEC in do_openWang YanQing
2018-01-23perf tools: Move conditional O_CLOEXEC to util.hArnaldo Carvalho de Melo
2018-01-18perf bpf: Don't warn about unavailability of builtin clang, just fallbackArnaldo Carvalho de Melo
2018-01-18perf tools: Use ui__error() for reporting --fields errorsArnaldo Carvalho de Melo
2018-01-18perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize...Adrian Hunter
2018-01-18perf evsel: Ensure reserved member of PERF_SAMPLE_CPU is zero in perf_event__...Adrian Hunter
2018-01-18perf intel-pt/bts: Do not swap when synthesizing samplesAdrian Hunter
2018-01-17Merge tag 'perf-core-for-mingo-4.16-20180117' of git://git.kernel.org/pub/scm...Ingo Molnar
2018-01-17Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2018-01-17perf record: Fix failed memory allocation for get_cpuid_strThomas Richter
2018-01-17perf script: Remove the time slices number limitationJin Yao
2018-01-17perf report: Remove the time slices number limitationJin Yao
2018-01-17perf util: Allocate time slices buffer according to number of commaJin Yao
2018-01-17perf report: Add an indication of what time slices are usedJin Yao
2018-01-17perf util: Support no index time percent sliceJin Yao
2018-01-17perf util: Improve error checking for time percent inputJin Yao
2018-01-17perf script: Improve error msg when no first/last sample time foundJin Yao
2018-01-17perf report: Improve error msg when no first/last sample time foundJin Yao
2018-01-17perf callchains: Ask for PERF_RECORD_MMAP for data mmaps for DWARF unwindingArnaldo Carvalho de Melo
2018-01-17perf trace: Allow overriding global --max-stack per eventArnaldo Carvalho de Melo
2018-01-17perf trace: Setup DWARF callchains for non-syscall events when --max-stack is...Arnaldo Carvalho de Melo
2018-01-17perf unwind: Do not look just at the global callchain_param.record_modeArnaldo Carvalho de Melo
2018-01-17perf callchain: Fix attr.sample_max_stack settingArnaldo Carvalho de Melo
2018-01-17perf tools: Add ARM Statistical Profiling Extensions (SPE) supportKim Phillips
2018-01-17tools lib traceevent: Fix get_field_str() for dynamic stringsSteven Rostedt (VMware)
2018-01-17tools lib traceevent: Fix missing break in FALSE case of pevent_filter_clear_...Taeung Song
2018-01-17tools lib traceevent: Add UL suffix to MISSING_EVENTSMichael Sartain
2018-01-17tools lib traceevent: Use asprintf when possibleFederico Vaga
2018-01-17tools lib traceevent: Show contents (in hex) of data of unrecognized type rec...Steven Rostedt (VMware)
2018-01-17tools lib traceevent: Handle new pointer processing of bprint stringsSteven Rostedt (VMware)
2018-01-17tools lib traceevent: Simplify pointer print logic and fix %pFSteven Rostedt (VMware)
2018-01-17tools lib traceevent: Print value of unknown symbolic fieldsJan Kiszka
2018-01-17tools lib traceevent: Show value of flags that have not been parsedSteven Rostedt (VMware)
2018-01-17tools lib traceevent: Fix bad force_token escape sequenceMichael Sartain
2018-01-12perf trace: Fix setting of --call-graph/--max-stack for non-syscall eventsArnaldo Carvalho de Melo
2018-01-12perf evsel: Check if callchain is enabled before setting it upArnaldo Carvalho de Melo
2018-01-12perf tools: Fix copyfile_offset update of output offsetJiri Olsa
2018-01-12perf trace: No need to set PERF_SAMPLE_IDENTIFIER explicitelyArnaldo Carvalho de Melo
2018-01-12perf script python: Add script to profile and resolve physical mem typeKan Liang
2018-01-12perf evlist: Remove trailing semicolonLuis de Bethencourt
2018-01-11perf evsel: Fix incorrect handling of type _TERM_DRV_CFGMathieu Poirier
2018-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-01-10tools headers: Synchronize kernel <-> tooling headersArnaldo Carvalho de Melo
2018-01-10perf report: Introduce --mmapsArnaldo Carvalho de Melo
2018-01-10perf report: Add --tasks option to display monitored tasksJiri Olsa
2018-01-10perf trace: Beautify 'gettid' syscall resultArnaldo Carvalho de Melo