summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
| * perf list: Display metric expressions for --details optionJiri Olsa2019-02-143-3/+10
| * perf tools: Fix legacy events symbol separator parsingJiri Olsa2019-02-141-2/+2
| * perf tools: Rename build libperf to perfJiri Olsa2019-02-145-144/+144
| * perf cs-etm: Modularize auxtrace_buffer fetch functionMathieu Poirier2019-02-141-12/+29
| * perf cs-etm: Modularize main packet processing loopMathieu Poirier2019-02-141-57/+72
| * perf cs-etm: Modularize main decoder functionMathieu Poirier2019-02-141-12/+29
| * perf cs-etm: Make cs_etm__run_decoder() queue independentMathieu Poirier2019-02-142-33/+26
| * perf cs-etm: Rethink kernel address initialisationMathieu Poirier2019-02-141-4/+3
| * perf cs-etm: Cleaning up function cs_etm__alloc_queue()Mathieu Poirier2019-02-141-21/+16
| * perf cs-etm: Fix erroneous commentMathieu Poirier2019-02-141-1/+1
| * perf cs-etm: Introducing function cs_etm__init_trace_params()Mathieu Poirier2019-02-142-58/+58
| * perf cs-etm: Fix memory leak in error pathMathieu Poirier2019-02-141-7/+13
| * perf cs-etm: Introducing function cs_etm_decoder__init_dparams()Mathieu Poirier2019-02-142-14/+30
| * perf cs-etm: Fix wrong return values in error pathMathieu Poirier2019-02-141-2/+2
| * perf cs-etm: Remove unused structure field "time" and "timestamp"Mathieu Poirier2019-02-141-8/+4
| * perf cs-etm: Remove unused structure field "state"Mathieu Poirier2019-02-141-1/+0
| * perf utils: Silence "Couldn't synthesize bpf events" warning for EPERMSong Liu2019-02-141-2/+2
| * perf report: Add s390 diagnosic sampling descriptor sizeThomas Richter2019-02-141-0/+5
| * perf cs-etm: Add proper header file for symbolsMathieu Poirier2019-02-141-0/+1
| * Merge tag 'perf-core-for-mingo-5.1-20190206' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-02-0962-342/+1017
| |\
| | * perf auxtrace: Add timestamp to auxtrace errorsAdrian Hunter2019-02-067-16/+48
| | * perf intel-pt: Packet splitting can happen only on 32-bitAdrian Hunter2019-02-061-1/+1
| | * perf intel-pt: Fix CYC timestamp calculation after OVFAdrian Hunter2019-02-061-1/+0
| | * perf intel-pt: Fix overlap calculation for paddingAdrian Hunter2019-02-061-2/+34
| | * perf auxtrace: Define auxtrace record alignmentAdrian Hunter2019-02-062-2/+5
| | * perf thread-stack: Represent jmps to the start of a different symbolAdrian Hunter2019-02-062-2/+31
| | * perf thread-stack: Tidy thread_stack__no_call_return() by adding more local v...Adrian Hunter2019-02-061-18/+17
| | * perf thread-stack: Tidy thread_stack__push_cp() usageAdrian Hunter2019-02-061-10/+3
| | * perf tools: Fix split_kallsyms_for_kcore() for trampoline symbolsAdrian Hunter2019-02-061-0/+2
| | * perf cs-etm: Set sample flags for exception return packetLeo Yan2019-02-061-0/+44
| | * perf cs-etm: Set sample flags for exception packetLeo Yan2019-02-062-0/+259
| | * perf cs-etm: Add traceID in packetLeo Yan2019-02-062-0/+3
| | * perf cs-etm: Change tuple from traceID-CPU# to traceID-metadataLeo Yan2019-02-063-12/+31
| | * perf cs-etm: Add exception number in exception packetLeo Yan2019-02-062-4/+17
| | * perf cs-etm: Set sample flags for trace discontinuityLeo Yan2019-02-061-0/+19
| | * perf cs-etm: Set sample flags for instruction range packetLeo Yan2019-02-063-2/+91
| | * perf cs-etm: Add last instruction information in packetLeo Yan2019-02-062-0/+12
| | * perf report: Move symbol annotation to the resort phaseJiri Olsa2019-02-061-7/+0
| | * perf evsel: Add output_resort_cb methodJiri Olsa2019-02-062-2/+10
| | * perf hists: Add argument to hists__resort_cb_t callbackJiri Olsa2019-02-062-6/+7
| | * perf clang: Do not use 'return std::move(something)'Arnaldo Carvalho de Melo2019-02-061-1/+1
| | * perf record: Apply affinity masks when reading mmap buffersAlexey Budankov2019-02-063-1/+38
| | * perf tools: Add fallback versions for CPU_{OR,EQUAL}()Arnaldo Carvalho de Melo2019-02-061-0/+50
| | * perf record: Bind the AIO user space buffers to nodesAlexey Budankov2019-02-062-4/+78
| | * perf record: Allocate affinity masksAlexey Budankov2019-02-064-5/+8
| | * perf pmu: Remove set_drv_config APIMathieu Poirier2019-02-064-106/+0
| | * perf pmu: Move EVENT_SOURCE_DEVICE_PATH to PMU header fileMathieu Poirier2019-02-062-2/+1
| | * perf bpf-loader: Remove unecessary includes from bpf-loader.hArnaldo Carvalho de Melo2019-02-062-4/+4
| | * perf kvm stat: Replace kvm-stat.h includes with forward declarationsArnaldo Carvalho de Melo2019-02-061-3/+4
| | * perf pmu: Remove needless evsel.h include, only needs one fwd declArnaldo Carvalho de Melo2019-02-061-1/+2