summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | perf evlist: Remove perf_evlist__(enable|disable)_event functionsJiri Olsa2016-01-086-54/+8
| * | | | | | | 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-088-1/+58
| * | | | | | | perf hists: Export a couple of hist functionsNamhyung Kim2016-01-082-7/+17
| * | | | | | | perf diff: Use perf_hpp__register_sort_field interfaceJiri Olsa2016-01-081-1/+1
| * | | | | | | perf tools: Add overhead/overhead_children keys defaults via stringJiri Olsa2016-01-082-12/+39
| * | | | | | | perf tools: Remove list entry from struct sort_entryJiri Olsa2016-01-081-2/+0
| * | | | | | | perf tools: Include all tools/lib directory for tags/cscope/TAGS targetsJiri Olsa2016-01-081-1/+1
| * | | | | | | perf script: Align event name properlyJiri Olsa2016-01-081-2/+22
| * | | | | | | perf tools: Add missing headers in perf's MANIFESTWang Nan2016-01-081-0/+2
| * | | | | | | perf tools: Do not show trace command if it's not compiled inJiri Olsa2016-01-082-1/+16
| * | | | | | | 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-1/+6
| * | | | | | | tools lib: Sync tools/lib/find_bit.c with the kernelArnaldo Carvalho de Melo2016-01-082-54/+51
| * | | | | | | tools lib: Move find_next_bit.c to tools/lib/Arnaldo Carvalho de Melo2016-01-084-6/+6
| * | | | | | | perf tests: Give a bit more information on the CQM test failure pathArnaldo Carvalho de Melo2016-01-071-1/+1
| * | | | | | | perf tests: No need to set attr.sample_freq for tracking !PERF_RECORD_SAMPLEArnaldo Carvalho de Melo2016-01-071-1/+0
| * | | | | | | perf python: Add missing files to binding link listArnaldo Carvalho de Melo2016-01-071-0/+2
| * | | | | | | perf test: No need for setting attr.sample_freq on the RECORD testArnaldo Carvalho de Melo2016-01-071-1/+0
| * | | | | | | perf test: Use "dummy" events in the PERF_RECORD_ testArnaldo Carvalho de Melo2016-01-071-1/+4
| * | | | | | | perf evlist: Introduce perf_evlist__new_dummy constructorArnaldo Carvalho de Melo2016-01-072-0/+31
| * | | | | | | perf tests: No need to set attr.sample_freq in the perf time to TSC testArnaldo Carvalho de Melo2016-01-071-1/+0
| * | | | | | | perf pmu: fix alias->snapshot missing initialization bugStephane Eranian2016-01-061-0/+1
| * | | | | | | perf script: Add stat-cpi.py scriptJiri Olsa2016-01-061-0/+77
| * | | | | | | perf script: Display stat events by defaultJiri Olsa2016-01-061-0/+36
| * | | | | | | perf cpumap: Fix cpu conversion in cpu_map__from_entriesJiri Olsa2016-01-061-2/+11
| * | | | | | | perf script: Add python support for stat eventsJiri Olsa2016-01-061-6/+109
| * | | | | | | perf script: Add stat default handlersJiri Olsa2016-01-061-0/+33
| * | | | | | | perf script: Add process_stat/process_stat_interval scripting interfaceJiri Olsa2016-01-061-0/+4
| * | | | | | | perf script: Process stat config eventJiri Olsa2016-01-061-0/+10
| * | | | | | | perf script: Process cpu/threads mapsJiri Olsa2016-01-061-0/+67
| * | | | | | | perf stat record: Keep sample_type 0 for pipe sessionJiri Olsa2016-01-061-1/+8
| * | | | | | | perf report: Add documentation for dynamic sort keysNamhyung Kim2016-01-061-0/+24
| * | | | | | | perf tools: Add all matching dynamic sort keys for field nameNamhyung Kim2016-01-061-16/+32
| * | | | | | | perf build: Use FEATURE-DUMP in bpf subprojectJiri Olsa2016-01-062-1/+5
| * | | | | | | tools build feature: Use value assignment form for FEATURE-DUMP fileJiri Olsa2016-01-061-5/+21
| * | | | | | | tools build feature: Introduce feature_assign macroJiri Olsa2016-01-061-1/+7
| * | | | | | | tools build feature: Move dwarf post unwind choice output into perfJiri Olsa2016-01-062-9/+4
| * | | | | | | tools build feature: Fix feature_check_display_code typoJiri Olsa2016-01-061-1/+1
| * | | | | | | perf tools: Make 'trace' or 'trace_fields' sort key default for tracepoint ev...Namhyung Kim2016-01-062-5/+26
| * | | | | | | perf tools: Add 'trace_fields' dynamic sort keyNamhyung Kim2016-01-061-9/+38
| * | | | | | | perf tools: Skip dynamic fields not defined for current eventNamhyung Kim2016-01-067-18/+37
| * | | | | | | perf tools: Support '<event>.*' dynamic sort keyNamhyung Kim2016-01-061-15/+34
| * | | | | | | perf tools: Support shortcuts for events in dynamic sort keysNamhyung Kim2016-01-061-20/+87
| * | | | | | | perf report/top: Add --raw-trace optionNamhyung Kim2016-01-066-4/+41
| * | | | | | | perf tools: Add 'trace' sort keyNamhyung Kim2016-01-063-16/+62
| * | | | | | | perf tools: Try to show pretty printed output for dynamic sort keysNamhyung Kim2016-01-063-5/+102
| * | | | | | | perf tools: Add dynamic sort key for tracepoint eventsNamhyung Kim2016-01-061-0/+213
| * | | | | | | perf tools: Pass evlist to setup_sorting()Namhyung Kim2016-01-0610-23/+27
OpenPOWER on IntegriCloud