summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2019-02-14perf tools: Rename build libperf to perfJiri Olsa
2019-02-14perf cs-etm: Modularize auxtrace_buffer fetch functionMathieu Poirier
2019-02-14perf cs-etm: Modularize main packet processing loopMathieu Poirier
2019-02-14perf cs-etm: Modularize main decoder functionMathieu Poirier
2019-02-14perf cs-etm: Make cs_etm__run_decoder() queue independentMathieu Poirier
2019-02-14perf cs-etm: Rethink kernel address initialisationMathieu Poirier
2019-02-14perf cs-etm: Cleaning up function cs_etm__alloc_queue()Mathieu Poirier
2019-02-14perf cs-etm: Fix erroneous commentMathieu Poirier
2019-02-14perf cs-etm: Introducing function cs_etm__init_trace_params()Mathieu Poirier
2019-02-14perf cs-etm: Fix memory leak in error pathMathieu Poirier
2019-02-14perf cs-etm: Introducing function cs_etm_decoder__init_dparams()Mathieu Poirier
2019-02-14perf cs-etm: Fix wrong return values in error pathMathieu Poirier
2019-02-14perf cs-etm: Remove unused structure field "time" and "timestamp"Mathieu Poirier
2019-02-14perf cs-etm: Remove unused structure field "state"Mathieu Poirier
2019-02-14perf utils: Silence "Couldn't synthesize bpf events" warning for EPERMSong Liu
2019-02-14perf report: Add s390 diagnosic sampling descriptor sizeThomas Richter
2019-02-14perf cs-etm: Add proper header file for symbolsMathieu Poirier
2019-02-09Merge tag 'perf-core-for-mingo-5.1-20190206' of git://git.kernel.org/pub/scm/...Ingo Molnar
2019-02-09Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2019-02-06perf auxtrace: Add timestamp to auxtrace errorsAdrian Hunter
2019-02-06perf intel-pt: Packet splitting can happen only on 32-bitAdrian Hunter
2019-02-06perf intel-pt: Fix CYC timestamp calculation after OVFAdrian Hunter
2019-02-06perf intel-pt: Fix overlap calculation for paddingAdrian Hunter
2019-02-06perf auxtrace: Define auxtrace record alignmentAdrian Hunter
2019-02-06perf thread-stack: Represent jmps to the start of a different symbolAdrian Hunter
2019-02-06perf thread-stack: Tidy thread_stack__no_call_return() by adding more local v...Adrian Hunter
2019-02-06perf thread-stack: Tidy thread_stack__push_cp() usageAdrian Hunter
2019-02-06perf tools: Fix split_kallsyms_for_kcore() for trampoline symbolsAdrian Hunter
2019-02-06perf cs-etm: Set sample flags for exception return packetLeo Yan
2019-02-06perf cs-etm: Set sample flags for exception packetLeo Yan
2019-02-06perf cs-etm: Add traceID in packetLeo Yan
2019-02-06perf cs-etm: Change tuple from traceID-CPU# to traceID-metadataLeo Yan
2019-02-06perf cs-etm: Add exception number in exception packetLeo Yan
2019-02-06perf cs-etm: Set sample flags for trace discontinuityLeo Yan
2019-02-06perf cs-etm: Set sample flags for instruction range packetLeo Yan
2019-02-06perf cs-etm: Add last instruction information in packetLeo Yan
2019-02-06perf report: Move symbol annotation to the resort phaseJiri Olsa
2019-02-06perf evsel: Add output_resort_cb methodJiri Olsa
2019-02-06perf hists: Add argument to hists__resort_cb_t callbackJiri Olsa
2019-02-06perf clang: Do not use 'return std::move(something)'Arnaldo Carvalho de Melo
2019-02-06perf record: Apply affinity masks when reading mmap buffersAlexey Budankov
2019-02-06perf tools: Add fallback versions for CPU_{OR,EQUAL}()Arnaldo Carvalho de Melo
2019-02-06perf record: Bind the AIO user space buffers to nodesAlexey Budankov
2019-02-06perf record: Allocate affinity masksAlexey Budankov
2019-02-06perf pmu: Remove set_drv_config APIMathieu Poirier
2019-02-06perf pmu: Move EVENT_SOURCE_DEVICE_PATH to PMU header fileMathieu Poirier
2019-02-06perf bpf-loader: Remove unecessary includes from bpf-loader.hArnaldo Carvalho de Melo
2019-02-06perf kvm stat: Replace kvm-stat.h includes with forward declarationsArnaldo Carvalho de Melo
2019-02-06perf pmu: Remove needless evsel.h include, only needs one fwd declArnaldo Carvalho de Melo
2019-02-06perf hist: Remove the needless callchain.h include from hist.hArnaldo Carvalho de Melo