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