summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorLines
2016-02-04Merge tag 'perf-urgent-for-mingo-2' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar-0/+10
2016-02-04Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar-26/+53
2016-02-03perf stat: Fix interval output valuesJiri Olsa-0/+10
2016-02-02perf probe: Search both .eh_frame and .debug_frame sections for probe locationHemant Kumar-26/+41
2016-02-02perf tools: Fix thread lifetime related segfaut in intel_ptAdrian Hunter-0/+9
2016-02-01perf tools: tracepoint_error() can receive e=NULL, robustify itAdrian Hunter-0/+3
2016-01-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+4
2016-01-26perf stat: Do not clean event's private statsJiri Olsa-1/+0
2016-01-26perf hists: Fix HISTC_MEM_DCACHELINE width settingJiri Olsa-0/+2
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds-1/+1
2016-01-15perf symbols: Fix reading of build-id from vDSOBen Hutchings-1/+1
2016-01-15perf kvm record/report: 'unprocessable sample' error while recording/reportin...Ravi Bangoria-1/+1
2016-01-12perf tools: Fallback to srcdir/Documentation/tips.txtNamhyung Kim-5/+6
2016-01-12perf tools: Add file_only config option to strlistNamhyung Kim-1/+16
2016-01-12perf tools: Fix mmap2 event allocation in synthesize codeWang Nan-2/+2
2016-01-08perf evlist: Add --trace-fields option to show trace fieldsNamhyung Kim-0/+24
2016-01-08perf libdw: Check for mmaps also in MAP__VARIABLE treeJiri Olsa-0/+10
2016-01-08perf unwind: Check for mmaps also in MAP__VARIABLE treeJiri Olsa-0/+9
2016-01-08perf unwind: Use find_map function in access_dso_memJiri Olsa-6/+5
2016-01-08perf evlist: Remove perf_evlist__(enable|disable)_event functionsJiri Olsa-46/+0
2016-01-08perf evlist: Make perf_evlist__open() open evsels with their cpus and threads...Adrian Hunter-1/+1
2016-01-08perf report: Show random usage tip on the help lineNamhyung Kim-0/+29
2016-01-08perf hists: Export a couple of hist functionsNamhyung Kim-7/+17
2016-01-08perf tools: Add overhead/overhead_children keys defaults via stringJiri Olsa-0/+39
2016-01-08perf tools: Remove list entry from struct sort_entryJiri Olsa-2/+0
2016-01-08perf tools: Do not show trace command if it's not compiled inJiri Olsa-0/+15
2016-01-08perf report: Change default to use event group viewNamhyung Kim-0/+1
2016-01-08perf top: Decay periods in callchainsNamhyung Kim-0/+30
2016-01-08tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/Arnaldo Carvalho de Melo-100/+6
2016-01-08tools lib: Sync tools/lib/find_bit.c with the kernelArnaldo Carvalho de Melo-0/+2
2016-01-08tools lib: Move find_next_bit.c to tools/lib/Arnaldo Carvalho de Melo-4/+4
2016-01-07perf python: Add missing files to binding link listArnaldo Carvalho de Melo-0/+2
2016-01-07perf evlist: Introduce perf_evlist__new_dummy constructorArnaldo Carvalho de Melo-0/+31
2016-01-06perf pmu: fix alias->snapshot missing initialization bugStephane Eranian-0/+1
2016-01-06perf cpumap: Fix cpu conversion in cpu_map__from_entriesJiri Olsa-2/+11
2016-01-06perf script: Add python support for stat eventsJiri Olsa-6/+109
2016-01-06perf script: Add process_stat/process_stat_interval scripting interfaceJiri Olsa-0/+4
2016-01-06perf tools: Add all matching dynamic sort keys for field nameNamhyung Kim-16/+32
2016-01-06perf tools: Make 'trace' or 'trace_fields' sort key default for tracepoint ev...Namhyung Kim-5/+26
2016-01-06perf tools: Add 'trace_fields' dynamic sort keyNamhyung Kim-9/+38
2016-01-06perf tools: Skip dynamic fields not defined for current eventNamhyung Kim-9/+27
2016-01-06perf tools: Support '<event>.*' dynamic sort keyNamhyung Kim-15/+34
2016-01-06perf tools: Support shortcuts for events in dynamic sort keysNamhyung Kim-20/+87
2016-01-06perf report/top: Add --raw-trace optionNamhyung Kim-4/+31
2016-01-06perf tools: Add 'trace' sort keyNamhyung Kim-16/+62
2016-01-06perf tools: Try to show pretty printed output for dynamic sort keysNamhyung Kim-5/+102
2016-01-06perf tools: Add dynamic sort key for tracepoint eventsNamhyung Kim-0/+213
2016-01-06perf tools: Pass evlist to setup_sorting()Namhyung Kim-8/+12
2016-01-06perf hist: Save raw_data/size for tracepoint eventsNamhyung Kim-0/+26
2016-01-06perf hist: Pass struct sample to __hists__add_entry()Namhyung Kim-16/+19