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