summaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* perf tools: Enable pre-event inherit setting by config termsWang Nan2015-10-285-0/+29
* perf symbols: we can now read separate debug-info files based on a build IDDima Kogan2015-10-281-0/+9
* perf symbols: Fix type error when reading a build-idDima Kogan2015-10-281-1/+1
* perf tools: Search for more options when passing args to -hArnaldo Carvalho de Melo2015-10-271-1/+14
* perf cpu_map: Add cpu_map__empty_new functionJiri Olsa2015-10-272-0/+18
* perf evsel: Move id_offset out of struct perf_evsel union memberJiri Olsa2015-10-271-1/+1
* perf tools: Introduce usage_with_options_msg()Namhyung Kim2015-10-274-7/+36
* perf tools: Setup pager when printing usage and helpNamhyung Kim2015-10-261-2/+13
* perf report: Rename to --show-cpu-utilizationNamhyung Kim2015-10-261-0/+1
* perf tools: Improve ambiguous option help messageNamhyung Kim2015-10-261-9/+8
* perf tools: Provide help for subset of optionsArnaldo Carvalho de Melo2015-10-241-9/+33
* perf tools: Show tool command line options orderedArnaldo Carvalho de Melo2015-10-241-0/+48
* perf tools: Improve call graph documents and help messagesNamhyung Kim2015-10-221-6/+18
* perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim2015-10-223-1/+4
* perf top: Support call-graph display options alsoNamhyung Kim2015-10-222-3/+38
* perf tools: Move callchain help messages to callchain.hNamhyung Kim2015-10-221-0/+12
* perf annotate: Add debug message for out of bounds sampleArnaldo Carvalho de Melo2015-10-211-1/+4
* perf evsel: Print branch filter state with -vvAndi Kleen2015-10-211-0/+1
* perf cpu_map: Fix core dump caused by per-socket/core system-wide statKan Liang2015-10-201-1/+1
* perf record: Add ability to sample call branchesStephane Eranian2015-10-201-0/+1
* perf cpu_map: Add data arg to cpu_map__build_map callbackJiri Olsa2015-10-193-11/+13
* perf cpu_map: Make cpu_map__build_map globalJiri Olsa2015-10-192-2/+4
* perf stat: Add AGGR_UNSET modeJiri Olsa2015-10-192-0/+2
* perf stat: Rename perf_stat struct into perf_stat_evselJiri Olsa2015-10-192-6/+6
* perf help: Change 'usage' to 'Usage' for consistencyYunlong Song2015-10-191-2/+2
* perf test: Suppress libtraceevent warningsNamhyung Kim2015-10-192-0/+6
* perf callchains: Fix unw_word_t pointer castsRabin Vincent2015-10-131-2/+2
* perf callchain: Use debug_frame if eh_frame is unusableRabin Vincent2015-10-131-4/+6
* perf symbols: Try the .debug/ DSO cache as a last resortArnaldo Carvalho de Melo2015-10-121-9/+9
* perf python: Support the PERF_RECORD_SWITCH eventArnaldo Carvalho de Melo2015-10-081-4/+55
* perf tools: Fix handling read result using a signed variableAndrzej Hajda2015-10-061-1/+2
* perf tools: Introduce hpp_dimension__add_output functionJiri Olsa2015-10-062-0/+8
* perf tools: Get rid of superfluos call to reset_dimensionsJiri Olsa2015-10-061-2/+0
* perf tools: Fail properly in case pattern matching fails to find tracepointJiri Olsa2015-10-051-1/+8
* perf callchain: Switch default to 'graph,0.5,caller'Arnaldo Carvalho de Melo2015-10-051-2/+2
* perf tools: Setup proper width for symbol_iaddr fieldJiri Olsa2015-10-051-0/+13
* perf tools: Add support for sorting on the iaddrDon Zickus2015-10-053-0/+39
* perf tools: Introduce 'P' modifier to request max precisionJiri Olsa2015-10-054-2/+12
* perf tools: Export perf_event_attr__set_max_precise_ip()Jiri Olsa2015-10-052-1/+3
* perf annotate: Fix sizeof_sym_hist overflow issueJiri Olsa2015-10-051-1/+1
* perf evlist: Display DATA_SRC sample type bitJiri Olsa2015-10-051-1/+1
* perf probe: Allow probing on kmodules without dwarfMasami Hiramatsu2015-10-021-3/+5
* perf list: Honour 'event_glob' whem printing selectable PMUsArnaldo Carvalho de Melo2015-10-021-1/+2
* perf callchain: Allow for max_stack greater than PERF_MAX_STACK_DEPTHAdrian Hunter2015-10-011-1/+1
* perf report: Fix a bug on "--call-graph none" optionNamhyung Kim2015-10-011-1/+1
* perf top: Register idle threadNamhyung Kim2015-10-012-1/+3
* perf tools: By default use the most precise "cycles" hw counter availableArnaldo Carvalho de Melo2015-09-301-3/+19
* perf list: Remove blank lines, headers when piping outputArnaldo Carvalho de Melo2015-09-302-7/+8
* perf probe: Improve error message when %return is on inlined functionMasami Hiramatsu2015-09-301-4/+9
* perf probe: Fix a segfault bug in debuginfo_cacheMasami Hiramatsu2015-09-301-9/+12