aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-10perf trace: Skip unknown syscalls when expanding strace like syscall groupscore-jun11Arnaldo Carvalho de Melo
2019-06-10perf report: Support s390 diag event display on x86Thomas Richter
2019-06-10perf report: Fix OOM error in TUI mode on s390Thomas Richter
2019-06-10perf test 6: Fix missing kvm module load for s390Thomas Richter
2019-06-10perf time-utils: Add support for multiple explicit time intervalsAdrian Hunter
2019-06-10perf tests: Add a test for time-utilsAdrian Hunter
2019-06-10perf time-utils: Make perf_time__parse_for_ranges() more logicalAdrian Hunter
2019-06-10perf time-utils: Simplify perf_time__parse_for_ranges() error paths slightlyAdrian Hunter
2019-06-10perf time-utils: Fix --time documentationAdrian Hunter
2019-06-10perf time-utils: Prevent percentage time range overlapAdrian Hunter
2019-06-10perf time-utils: Factor out set_percent_time()Adrian Hunter
2019-06-10perf time-utils: Treat time ranges consistentlyAdrian Hunter
2019-06-10perf intel-pt: Add support for efficient time interval filteringAdrian Hunter
2019-06-10perf intel-pt: Add support for lookaheadAdrian Hunter
2019-06-10perf intel-pt: Factor out intel_pt_get_buffer()Adrian Hunter
2019-06-10perf intel-pt: Add intel_pt_fast_forward()Adrian Hunter
2019-06-10perf intel-pt: Add reposition parameter to intel_pt_get_data()Adrian Hunter
2019-06-10perf intel-pt: Factor out intel_pt_reposition()Adrian Hunter
2019-06-10perf intel-pt: Factor out intel_pt_8b_tsc()Adrian Hunter
2019-06-10perf intel-pt: Add lookahead callbackAdrian Hunter
2019-06-10perf report: Set perf time interval in itrace_synth_opsAdrian Hunter
2019-06-10perf script: Set perf time interval in itrace_synth_opsAdrian Hunter
2019-06-10perf auxtrace: Add perf time interval to itrace_synth_opsAdrian Hunter
2019-06-10perf config: Update default value for llvm.clang-bpf-cmd-templateLeo Yan
2019-06-10perf cs-etm: Remove duplicate GENMASK() define, use linux/bits.h insteadArnaldo Carvalho de Melo
2019-06-10perf cs-etm: Properly set the value of 'old' and 'head' in snapshot modeMathieu Poirier
2019-06-10perf data: Fix perf.data documentation for HEADER_CPU_TOPOLOGYArnaldo 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 SWITCH_EVENTS in CPU-wide modeMathieu Poirier
2019-06-10perf cs-etm: Configure timestamp generation in CPU-wide modeMathieu 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