summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
| * perf tools: Add missing util.h to pick up 'page_size' variableArnaldo Carvalho de Melo2019-06-252-0/+2
| * perf tools: Remove old baggage that is util/include/linux/ctype.hArnaldo Carvalho de Melo2019-06-251-1/+0Star
| * perf symbols: We need util.h in symbol-elf.c for zfree()Arnaldo Carvalho de Melo2019-06-251-0/+1
| * perf kallsyms: Adopt hex2u64 from tools/perf/util/util.hArnaldo Carvalho de Melo2019-06-252-14/+0Star
| * perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.hArnaldo Carvalho de Melo2019-06-255-12/+13
| * perf ctype: Remove now unused 'spaces' variableArnaldo Carvalho de Melo2019-06-252-5/+0Star
| * perf ctype: Remove unused 'graph_line' variableArnaldo Carvalho de Melo2019-06-252-5/+0Star
| * perf db-export: Export synth eventsAdrian Hunter2019-06-251-2/+44
| * perf intel-pt: Synthesize CBR events when last seen value changesAdrian Hunter2019-06-251-24/+41
| * perf intel-pt: Add CBR value to decoder stateAdrian Hunter2019-06-252-0/+2
| * perf intel-pt: Cater for CBR change in PSB+Adrian Hunter2019-06-251-0/+7
| * perf intel-pt: Decoder to output CBR changes immediatelyAdrian Hunter2019-06-251-10/+6Star
| * perf tools: Increase MAX_NR_CPUS and MAX_CACHESKyle Meyer2019-06-251-1/+1
| * perf thread-stack: Eliminate code duplicating thread_stack__pop_ks()Adrian Hunter2019-06-251-12/+6Star
| * perf thread-stack: Fix thread stack return from kernel for kernel-only caseAdrian Hunter2019-06-251-1/+29
| * Merge tag 'v5.2-rc6' into perf/core, to refresh branchIngo Molnar2019-06-244-8/+4Star
| |\
| * | perf evsel: Make perf_evsel__name() accept a NULL argumentArnaldo Carvalho de Melo2019-06-171-1/+7
| * | perf pmu: Fix uncore PMU alias list for ARM64John Garry2019-06-171-16/+12Star
| * | perf intel-pt: Add callchain to synthesized PEBS sampleAdrian Hunter2019-06-171-0/+8
| * | perf intel-pt: Add memory information to synthesized PEBS sampleAdrian Hunter2019-06-171-0/+27
| * | perf intel-pt: Add LBR information to synthesized PEBS sampleAdrian Hunter2019-06-171-0/+72
| * | perf intel-pt: Add XMM registers to synthesized PEBS sampleAdrian Hunter2019-06-171-1/+29
| * | perf intel-pt: Add gp registers to synthesized PEBS sampleAdrian Hunter2019-06-171-0/+69
| * | perf intel-pt: Synthesize PEBS sample basic informationAdrian Hunter2019-06-171-2/+50
| * | perf intel-pt: Factor out common sample preparation for re-useAdrian Hunter2019-06-171-7/+16
| * | perf intel-pt: Prepare to synthesize PEBS samplesAdrian Hunter2019-06-171-0/+18
| * | perf intel-pt: Add decoder support for PEBS via PTAdrian Hunter2019-06-172-1/+214
| * | perf intel-pt: Add new packets for PEBS via PTAdrian Hunter2019-06-174-9/+193
| * | Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-06-1731-514/+2228
| |\ \
| | * | perf report: Support s390 diag event display on x86Thomas Richter2019-06-101-18/+78
| | * | perf report: Fix OOM error in TUI mode on s390Thomas Richter2019-06-101-3/+2Star
| | * | perf time-utils: Add support for multiple explicit time intervalsAdrian Hunter2019-06-101-6/+68
| | * | perf time-utils: Make perf_time__parse_for_ranges() more logicalAdrian Hunter2019-06-101-1/+4
| | * | perf time-utils: Simplify perf_time__parse_for_ranges() error paths slightlyAdrian Hunter2019-06-101-7/+5Star
| | * | perf time-utils: Prevent percentage time range overlapAdrian Hunter2019-06-101-0/+3
| | * | perf time-utils: Factor out set_percent_time()Adrian Hunter2019-06-101-21/+18Star
| | * | perf time-utils: Treat time ranges consistentlyAdrian Hunter2019-06-101-4/+3Star
| | * | perf intel-pt: Add support for efficient time interval filteringAdrian Hunter2019-06-101-0/+208
| | * | perf intel-pt: Add support for lookaheadAdrian Hunter2019-06-101-1/+58
| | * | perf intel-pt: Factor out intel_pt_get_buffer()Adrian Hunter2019-06-101-23/+37
| | * | perf intel-pt: Add intel_pt_fast_forward()Adrian Hunter2019-06-102-0/+132
| | * | perf intel-pt: Add reposition parameter to intel_pt_get_data()Adrian Hunter2019-06-101-8/+9
| | * | perf intel-pt: Factor out intel_pt_reposition()Adrian Hunter2019-06-101-4/+9
| | * | perf intel-pt: Factor out intel_pt_8b_tsc()Adrian Hunter2019-06-101-9/+17
| | * | perf intel-pt: Add lookahead callbackAdrian Hunter2019-06-102-0/+5
| | * | perf auxtrace: Add perf time interval to itrace_synth_opsAdrian Hunter2019-06-101-0/+34
| | * | perf cs-etm: Remove duplicate GENMASK() define, use linux/bits.h insteadArnaldo Carvalho de Melo2019-06-101-10/+1Star
| | * | perf tools: Apply new CPU topology sysfs attributesKan Liang2019-06-102-3/+13
| | * | perf header: Rename "sibling cores" to "sibling sockets"Kan Liang2019-06-101-1/+1
| | * | perf stat: Support per-die aggregationKan Liang2019-06-106-12/+86