summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2019-02-19perf tools: Use sysfs__mountpoint() when reading cpu topologyJiri Olsa1-7/+22
2019-02-19perf tools: Add numa_topology objectJiri Olsa3-93/+160
2019-02-19perf tools: Add cpu_topology objectJiri Olsa4-146/+166
2019-02-19perf header: Fix wrong node write in NUMA_TOPOLOGY featureJiri Olsa1-1/+1
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+24
2019-02-14perf header: Remove unused 'cpu_nr' field from 'struct cpu_topo'Jiri Olsa1-2/+0
2019-02-14perf header: Get rid of write_it labelJiri Olsa1-4/+2
2019-02-14perf list: Display metric expressions for --details optionJiri Olsa3-3/+10
2019-02-14perf tools: Fix legacy events symbol separator parsingJiri Olsa1-2/+2
2019-02-14perf tools: Rename build libperf to perfJiri Olsa5-144/+144
2019-02-14perf cs-etm: Modularize auxtrace_buffer fetch functionMathieu Poirier1-12/+29
2019-02-14perf cs-etm: Modularize main packet processing loopMathieu Poirier1-57/+72
2019-02-14perf cs-etm: Modularize main decoder functionMathieu Poirier1-12/+29
2019-02-14perf cs-etm: Make cs_etm__run_decoder() queue independentMathieu Poirier2-33/+26
2019-02-14perf cs-etm: Rethink kernel address initialisationMathieu Poirier1-4/+3
2019-02-14perf cs-etm: Cleaning up function cs_etm__alloc_queue()Mathieu Poirier1-21/+16
2019-02-14perf cs-etm: Fix erroneous commentMathieu Poirier1-1/+1
2019-02-14perf cs-etm: Introducing function cs_etm__init_trace_params()Mathieu Poirier2-58/+58
2019-02-14perf cs-etm: Fix memory leak in error pathMathieu Poirier1-7/+13
2019-02-14perf cs-etm: Introducing function cs_etm_decoder__init_dparams()Mathieu Poirier2-14/+30
2019-02-14perf cs-etm: Fix wrong return values in error pathMathieu Poirier1-2/+2
2019-02-14perf cs-etm: Remove unused structure field "time" and "timestamp"Mathieu Poirier1-8/+4
2019-02-14perf cs-etm: Remove unused structure field "state"Mathieu Poirier1-1/+0
2019-02-14perf utils: Silence "Couldn't synthesize bpf events" warning for EPERMSong Liu1-2/+2
2019-02-14perf report: Add s390 diagnosic sampling descriptor sizeThomas Richter1-0/+5
2019-02-14perf cs-etm: Add proper header file for symbolsMathieu Poirier1-0/+1
2019-02-09Merge tag 'perf-core-for-mingo-5.1-20190206' of git://git.kernel.org/pub/scm/...Ingo Molnar62-342/+1017
2019-02-09Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar3-3/+24
2019-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+15
2019-02-06perf auxtrace: Add timestamp to auxtrace errorsAdrian Hunter7-16/+48
2019-02-06perf intel-pt: Packet splitting can happen only on 32-bitAdrian Hunter1-1/+1
2019-02-06perf intel-pt: Fix CYC timestamp calculation after OVFAdrian Hunter1-1/+0
2019-02-06perf intel-pt: Fix overlap calculation for paddingAdrian Hunter1-2/+34
2019-02-06perf auxtrace: Define auxtrace record alignmentAdrian Hunter2-2/+5
2019-02-06perf thread-stack: Represent jmps to the start of a different symbolAdrian Hunter2-2/+31
2019-02-06perf thread-stack: Tidy thread_stack__no_call_return() by adding more local v...Adrian Hunter1-18/+17
2019-02-06perf thread-stack: Tidy thread_stack__push_cp() usageAdrian Hunter1-10/+3
2019-02-06perf tools: Fix split_kallsyms_for_kcore() for trampoline symbolsAdrian Hunter1-0/+2
2019-02-06perf cs-etm: Set sample flags for exception return packetLeo Yan1-0/+44
2019-02-06perf cs-etm: Set sample flags for exception packetLeo Yan2-0/+259
2019-02-06perf cs-etm: Add traceID in packetLeo Yan2-0/+3
2019-02-06perf cs-etm: Change tuple from traceID-CPU# to traceID-metadataLeo Yan3-12/+31
2019-02-06perf cs-etm: Add exception number in exception packetLeo Yan2-4/+17
2019-02-06perf cs-etm: Set sample flags for trace discontinuityLeo Yan1-0/+19
2019-02-06perf cs-etm: Set sample flags for instruction range packetLeo Yan3-2/+91
2019-02-06perf cs-etm: Add last instruction information in packetLeo Yan2-0/+12
2019-02-06perf report: Move symbol annotation to the resort phaseJiri Olsa1-7/+0
2019-02-06perf evsel: Add output_resort_cb methodJiri Olsa2-2/+10
2019-02-06perf hists: Add argument to hists__resort_cb_t callbackJiri Olsa2-6/+7
2019-02-06perf clang: Do not use 'return std::move(something)'Arnaldo Carvalho de Melo1-1/+1