summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2019-06-10perf auxtrace: Add perf time interval to itrace_synth_opsAdrian Hunter
2019-06-10perf cs-etm: Remove duplicate GENMASK() define, use linux/bits.h insteadArnaldo Carvalho de Melo
2019-06-10perf tools: Apply new CPU topology sysfs attributesKan Liang
2019-06-10perf header: Rename "sibling cores" to "sibling sockets"Kan Liang
2019-06-10perf stat: Support per-die aggregationKan Liang
2019-06-10perf header: Add die information in CPU topologyKan Liang
2019-06-10perf cpumap: Retrieve die id informationKan Liang
2019-06-10perf cs-etm: Add support for CPU-wide trace scenariosMathieu Poirier
2019-06-10perf cs-etm: Add notion of time to decoding codeMathieu Poirier
2019-06-10perf cs-etm: Linking PE contextID with perf thread mechanicMathieu Poirier
2019-06-10perf cs-etm: Add support for multiple traceID queuesMathieu Poirier
2019-06-10perf cs-etm: Use traceID aware memory callback APIMathieu Poirier
2019-06-10perf cs-etm: Move tid/pid to traceid_queueMathieu Poirier
2019-06-10perf cs-etm: Move thread to traceid_queueMathieu Poirier
2019-06-10perf cs-etm: Get rid of unused cpu in struct cs_etm_queueMathieu Poirier
2019-06-10perf cs-etm: Introduce the concept of trace ID queuesMathieu Poirier
2019-06-10perf cs-etm: Fix indentation in function cs_etm__process_decoder_queue()Mathieu Poirier
2019-06-10perf cs-etm: Move packet queue out of decoder structureMathieu Poirier
2019-06-10perf cs-etm: Refactor error path in cs_etm_decoder__new()Mathieu Poirier
2019-06-10perf cs-etm: Add handling of switch-CPU-wide eventsMathieu Poirier
2019-06-10perf cs-etm: Add handling of itrace start eventsMathieu Poirier
2019-06-10perf cs-etm: Configure contextID tracing in CPU-wide modeMathieu Poirier
2019-06-10perf evsel: Remove superfluous nthreads system_wide setup in alloc_fd()Jiri Olsa
2019-06-10perf record: Add support to collect callchains from kernel or user space onlyyuzhoujian
2019-06-10perf config: Bail out when a handler returns failure for a key-value pairArnaldo Carvalho de Melo
2019-06-05perf db-export: Export IPC informationAdrian Hunter
2019-06-05perf thread-stack: Accumulate IPC informationAdrian Hunter
2019-06-05perf intel-pt: Accumulate cycle count from TSC/TMA/MTC packetsAdrian Hunter
2019-06-05perf intel-pt: Re-factor TIP cases in intel_pt_walk_to_ipAdrian Hunter
2019-06-05perf intel-pt: Record when decoding PSB+ packetsAdrian Hunter
2019-06-05perf intel-pt: Add support for samples to contain IPC ratioAdrian Hunter
2019-06-05perf tools: Add IPC information to perf_sampleAdrian Hunter
2019-06-05perf intel-pt: Accumulate cycle count from CYC packetsAdrian Hunter
2019-06-05perf intel-pt: Factor out intel_pt_update_sample_timeAdrian Hunter
2019-06-05perf record: Allow mixing --user-regs with --call-graph=dwarfAlexey Budankov
2019-06-05perf symbols: Remove unused variable 'err'Leo Yan
2019-06-03Merge tag 'v5.2-rc3' into perf/core, to pick up fixesIngo Molnar
2019-06-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-28perf intel-pt: Rationalize intel_pt_sync_switch()'s use of next_tidAdrian Hunter
2019-05-28perf intel-pt: Improve sync_switch by processing PERF_RECORD_SWITCH* in eventsAdrian Hunter
2019-05-28perf python: Remove -fstack-protector-strong if clang doesn't have itArnaldo Carvalho de Melo
2019-05-28perf machine: Return NULL instead of null-terminating /proc/version arrayDonald Yandt
2019-05-28perf version: Append 12 git SHA chars to the version stringArnaldo Carvalho de Melo
2019-05-28perf script: Remove superfluous BPF event titlesJiri Olsa
2019-05-28perf tests: Add map_groups__merge_in testJiri Olsa
2019-05-28perf script: Pad DSO name for --call-traceJiri Olsa
2019-05-28perf dso: Add BPF DSO read and size hooksJiri Olsa
2019-05-28perf dso: Simplify dso_cache__read functionJiri Olsa