| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-28 | perf annotate: Add --code-with-type support for TUI | Namhyung Kim | 1 | -5/+0 |
| 2025-07-25 | perf sort: Use perf_env to set arch sort keys and header | Ian Rogers | 1 | -1/+1 |
| 2025-07-25 | perf session: Add accessor for session->header.env | Ian Rogers | 1 | -2/+2 |
| 2025-03-13 | perf annotate: Add --code-with-type option. | Namhyung Kim | 1 | -0/+9 |
| 2025-03-13 | perf annotate: Pass hist_entry to annotate functions | Namhyung Kim | 1 | -5/+5 |
| 2024-12-09 | perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUS | Ian Rogers | 1 | -0/+1 |
| 2024-10-18 | perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORT | Ian Rogers | 1 | -1/+1 |
| 2024-10-18 | perf libdw: Remove unnecessary defines | Ian Rogers | 1 | -1/+1 |
| 2024-08-14 | perf annotate: Display the branch counter histogram | Kan Liang | 1 | -3/+7 |
| 2024-08-14 | perf annotate: Save branch counters for each block | Kan Liang | 1 | -1/+2 |
| 2024-08-12 | perf annotate: Use perf_tool__init() | Ian Rogers | 1 | -22/+20 |
| 2024-08-12 | perf tool: Constify tool pointers | Ian Rogers | 1 | -1/+1 |
| 2024-08-09 | perf annotate: Fix --group behavior when leader has no samples | Namhyung Kim | 1 | -2/+12 |
| 2024-08-05 | perf annotate: Add --skip-empty option | Namhyung Kim | 1 | -0/+2 |
| 2024-07-31 | perf annotate: Set instruction name to be used with insn-stat when using raw ... | Athira Rajeev | 1 | -2/+2 |
| 2024-06-15 | perf hist: Add symbol_conf.skip_empty | Namhyung Kim | 1 | -2/+2 |
| 2024-05-06 | perf dso: Add reference count checking and accessor functions | Ian Rogers | 1 | -3/+3 |
| 2024-04-26 | perf annotate: Fix data type profiling on stdio | Namhyung Kim | 1 | -1/+1 |
| 2024-04-12 | perf annotate-data: Add hist_entry__annotate_data_tui() | Namhyung Kim | 1 | -4/+26 |
| 2024-04-12 | perf annotate-data: Add hist_entry__annotate_data_tty() | Namhyung Kim | 1 | -105/+1 |
| 2024-04-12 | perf annotate: Show progress of sample processing | Namhyung Kim | 1 | -2/+13 |
| 2024-04-03 | perf annotate: Honor output options with --data-type | Namhyung Kim | 1 | -6/+38 |
| 2024-04-03 | perf annotate: Get rid of duplicate --group option item | Namhyung Kim | 1 | -2/+0 |
| 2024-03-21 | perf annotate-data: Implement instruction tracking | Namhyung Kim | 1 | -0/+1 |
| 2023-12-23 | perf annotate: Add --insn-stat option for debugging | Namhyung Kim | 1 | -0/+41 |
| 2023-12-23 | perf annotate: Add --type-stat option for debugging | Namhyung Kim | 1 | -1/+43 |
| 2023-12-23 | perf annotate: Support event group display | Namhyung Kim | 1 | -12/+77 |
| 2023-12-23 | perf annotate: Add --data-type option | Namhyung Kim | 1 | -1/+96 |
| 2023-12-07 | perf annotate: Ensure init/exit for global options | Namhyung Kim | 1 | -4/+4 |
| 2023-12-07 | perf ui/browser/annotate: Use global annotation_options | Namhyung Kim | 1 | -1/+1 |
| 2023-12-07 | perf annotate: Use global annotation_options | Namhyung Kim | 1 | -4/+3 |
| 2023-12-07 | perf annotate: Introduce global annotation_options | Namhyung Kim | 1 | -22/+21 |
| 2023-11-09 | perf annotate: Move max_coverage from 'struct annotation' to 'struct annotate... | Namhyung Kim | 1 | -2/+5 |
| 2023-06-12 | perf addr_location: Add init/exit/copy functions | Ian Rogers | 1 | -9/+19 |
| 2023-05-15 | perf annotate browser: Add '<' and '>' keys for navigation | Namhyung Kim | 1 | -1/+3 |
| 2023-04-10 | perf util: Move input_name to util | Ian Rogers | 1 | -1/+1 |
| 2023-04-04 | perf map: Add accessor for dso | Ian Rogers | 1 | -5/+6 |
| 2023-04-04 | perf symbol: Add command line support for addr2line path | Ian Rogers | 1 | -1/+8 |
| 2023-04-04 | perf annotate: Own objdump_path and disassembler_style strings | Ian Rogers | 1 | -2/+14 |
| 2023-04-04 | perf annotate: Add init/exit to annotation_options remove default | Ian Rogers | 1 | -2/+4 |
| 2023-04-04 | perf annotate: Delete session for debug builds | Ian Rogers | 1 | -10/+6 |
| 2023-03-15 | perf hist: Add 'kvm_info' field in histograms entry | Leo Yan | 1 | -1/+1 |
| 2022-12-14 | perf build: Use libtraceevent from the system | Ian Rogers | 1 | -0/+2 |
| 2022-10-27 | perf tools: Make quiet mode consistent between tools | James Clark | 1 | -1/+1 |
| 2022-07-20 | perf gtk: Only support --gtk if compiled in | Ian Rogers | 1 | -0/+8 |
| 2022-05-10 | perf annotate: Add --percent-limit option | Namhyung Kim | 1 | -0/+24 |
| 2022-02-16 | perf annotate: Remove redundant 'ret' variable | tangmeng | 1 | -3/+1 |
| 2022-02-15 | perf tui: Only support --tui with slang | Ian Rogers | 1 | -1/+9 |
| 2021-11-07 | perf tools: Check vmlinux/kallsyms arguments in all tools | James Clark | 1 | -0/+4 |
| 2021-08-02 | perf tools: Remove repipe argument from perf_session__new() | Namhyung Kim | 1 | -1/+1 |
| 2021-06-16 | perf annotate: Add itrace options support | Yang Jihong | 1 | -0/+11 |
| 2021-04-29 | perf report: Add --skip-empty option to suppress 0 event stat | Namhyung Kim | 1 | -2/+2 |
| 2021-04-29 | perf hists: Split hists_stats from events_stats | Namhyung Kim | 1 | -1/+1 |
| 2021-04-14 | perf annotate: Fix sample events lost in stdio mode | Yang Jihong | 1 | -14/+15 |
| 2021-03-31 | perf annotate: Add --demangle and --demangle-kernel | Martin Liška | 1 | -0/+4 |
| 2021-03-23 | perf tools: Fix various typos in comments | Ingo Molnar | 1 | -1/+1 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' event group methods | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' print methods | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-05-28 | perf evsel: Rename perf_evsel__resort*() to evsel__resort*() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-05-05 | perf annotate: Rename perf_evsel__*() operating on 'struct evsel *' to evsel_... | Arnaldo Carvalho de Melo | 1 | -6/+4 |
| 2020-05-05 | perf evsel: Rename perf_evsel__is_*() to evsel__is*() | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2020-05-05 | perf evsel: Rename *perf_evsel__*set_sample_*() to *evsel__*set_sample_*() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-02-27 | perf annotate: Prefer cmdline option over default config | Ravi Bangoria | 1 | -2/+2 |
| 2020-02-27 | perf annotate: Make perf config effective | Ravi Bangoria | 1 | -1/+1 |
| 2020-01-14 | perf tools: Support --prefix/--prefix-strip | Andi Kleen | 1 | -0/+7 |
| 2019-11-12 | pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol' | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-11-12 | perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 's... | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2019-11-07 | perf hist: Count the total cycles of all samples | Jin Yao | 1 | -1/+1 |
| 2019-09-20 | perf session: Return error code for perf_session__new() function on failure | Mamatha Inamdar | 1 | -2/+3 |
| 2019-09-20 | perf annotate: Add missing machine.h include directive | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-31 | perf symbols: Move mem_info and branch_info out of symbol.h | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2019-08-31 | perf tools: Remove needless thread.h include directives | Arnaldo Carvalho de Melo | 1 | -1/+0 |
| 2019-08-31 | perf dsos: Move the dsos struct and its methods to separate source files | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-07-29 | perf evsel: Rename struct perf_evsel to struct evsel | Jiri Olsa | 1 | -8/+8 |
| 2019-07-09 | tools lib: Adopt zalloc()/zfree() from tools/perf | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-05-15 | perf annotate: Remove hist__account_cycles() from callback | Jin Yao | 1 | -2/+2 |
| 2019-02-22 | perf data: Add global path holder | Jiri Olsa | 1 | -2/+2 |
| 2019-02-06 | pref tools: Add missing map.h includes | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-01-25 | perf hist: Use cached rbtrees | Davidlohr Bueso | 1 | -1/+1 |
| 2019-01-25 | perf symbols: Use cached rbtrees | Davidlohr Bueso | 1 | -1/+1 |
| 2018-09-19 | perf tools: Remove perf_tool from event_op2 | Jiri Olsa | 1 | -4/+3 |
| 2018-08-08 | perf annotate: Add --percent-type option | Jiri Olsa | 1 | -0/+4 |
| 2018-06-25 | perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE] | Ravi Bangoria | 1 | -1/+10 |
| 2018-06-04 | perf annotate: Move objdump_path to struct annotation_options | Arnaldo Carvalho de Melo | 1 | -3/+4 |
| 2018-06-04 | perf hists browser: Pass annotation_options from tool to browser | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2018-06-04 | perf annotate: Move disassembler_style global to annotation_options | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2018-06-04 | perf annotate: Adopt anotation options from symbol_conf | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2018-06-04 | perf annotate stdio: Use annotation_options consistently | Arnaldo Carvalho de Melo | 1 | -8/+7 |
| 2018-06-04 | perf annotate: Pass perf_evsel instead of just evsel->idx | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2018-05-21 | perf annotate: Support '--group' option | Jin Yao | 1 | -0/+7 |
| 2018-04-27 | perf symbols: Unify symbol maps | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2018-03-21 | perf annotate: Introduce --ignore-vmlinux command line option | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2018-03-21 | perf annotate: Move the default annotate options to the library | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2018-03-21 | perf annotate: Introduce the --stdio2 output mode | Arnaldo Carvalho de Melo | 1 | -7/+16 |
| 2018-03-08 | perf annotate: Support to display the IPC/Cycle in TUI mode | Jin Yao | 1 | -6/+82 |
| 2017-11-07 | Merge branch 'linus' into perf/core, to fix conflicts | Ingo Molnar | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-30 | perf tools: Add struct perf_data_file | Jiri Olsa | 1 | -2/+2 |
| 2017-10-30 | perf tools: Rename struct perf_data_file to perf_data | Jiri Olsa | 1 | -5/+5 |
| 2017-08-18 | perf annotate browser: Support --show-nr-samples option | Taeung Song | 1 | -2/+2 |
| 2017-08-18 | perf annotate stdio: Support --show-nr-samples option | Taeung Song | 1 | -2/+14 |
| 2017-07-26 | perf annotate: Do not overwrite perf_sample->weight | Arnaldo Carvalho de Melo | 1 | -2/+0 |
| 2017-07-25 | perf annotate: Process tracing data in pipe mode | David Carrillo-Cisneros | 1 | -0/+1 |
| 2017-07-21 | perf annotate: Do not overwrite sample->period | Taeung Song | 1 | -1/+0 |
| 2017-07-21 | perf hists: Pass perf_sample to __symbol__inc_addr_samples() | Taeung Song | 1 | -1/+1 |
| 2017-07-18 | perf tools: Add feature header record to pipe-mode | David Carrillo-Cisneros | 1 | -0/+1 |
| 2017-04-19 | perf tools: Include errno.h where needed | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-04-11 | perf annotate: Process attr and build_id records | David Carrillo-Cisneros | 1 | -0/+2 |
| 2017-03-27 | perf tools: Remove unused 'prefix' from builtin functions | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2017-03-14 | perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info | Hari Bathini | 1 | -0/+1 |
| 2017-02-20 | perf annotate: Add -q/--quiet option | Namhyung Kim | 1 | -0/+4 |
| 2016-09-08 | perf annotate: Add branch stack / basic block | Peter Zijlstra | 1 | -0/+104 |
| 2016-08-30 | perf annotate: Initialize the priv are in symbol__new() | Arnaldo Carvalho de Melo | 1 | -3/+4 |
| 2016-07-12 | perf annotate: Introduce --stdio-color to setup the color output mode selection | Arnaldo Carvalho de Melo | 1 | -0/+3 |
| 2016-06-23 | perf evlist: Rename for_each() macros to for_each_entry() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2016-06-21 | perf hists: Rename __hists__add_entry to hists__add_entry | Jiri Olsa | 1 | -1/+1 |
| 2016-05-20 | perf tools: Set buildid dir under symfs when --symfs is provided | He Kuang | 1 | -2/+3 |
| 2016-03-23 | perf machine: Rename perf_event__preprocess_sample to machine__resolve | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2016-02-03 | perf hists: Introduce perf_evsel__output_resort function | Jiri Olsa | 1 | -1/+1 |
| 2016-01-06 | perf tools: Pass evlist to setup_sorting() | Namhyung Kim | 1 | -1/+1 |
| 2016-01-06 | perf hist: Pass struct sample to __hists__add_entry() | Namhyung Kim | 1 | -2/+5 |
| 2015-12-17 | perf subcmd: Create subcmd library | Josh Poimboeuf | 1 | -1/+1 |
| 2015-12-10 | perf annotate: Delay UI browser setup after initialization is done | Namhyung Kim | 1 | -9/+9 |
| 2015-12-10 | perf annotate: Check argument before calling setup_browser() | Namhyung Kim | 1 | -11/+10 |
| 2015-09-14 | perf env: Rename some leftovers from rename to perf_env | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2015-08-24 | perf annotate: Reset the dso find_symbol cache when removing symbols | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2015-08-12 | perf callchain: Allow disabling call graphs per event | Kan Liang | 1 | -0/+2 |
| 2015-08-06 | perf report: Add infrastructure for a cycles histogram | Andi Kleen | 1 | -0/+1 |
| 2015-06-19 | perf annotate: Display total number of samples with --show-total-period | Martin Liška | 1 | -0/+2 |
| 2015-05-29 | perf annotate: Fix -i option, which is currently ignored. | Martin Liška | 1 | -1/+2 |
| 2015-05-27 | perf tools: Check if a map is still in use when deleting it | Arnaldo Carvalho de Melo | 1 | -0/+4 |
| 2015-05-08 | perf machine: Protect the machine->threads with a rwlock | Arnaldo Carvalho de Melo | 1 | -4/+6 |
| 2015-03-11 | perf ordered_events: Shorten function signatures | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2014-12-23 | perf report: Show progress bar for output resorting | Namhyung Kim | 1 | -1/+1 |
| 2014-10-14 | perf tools: Remove hists from evsel | Arnaldo Carvalho de Melo | 1 | -1/+4 |
| 2014-10-14 | perf session: Remove last reference to hists struct | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2014-10-09 | perf evsel: Add hists helper | Arnaldo Carvalho de Melo | 1 | -4/+4 |
| 2014-09-26 | perf tools: Modify error code for when perf_session__new() fails | Taeung Song | 1 | -1/+1 |
| 2014-08-13 | perf tools: Check recorded kernel version when finding vmlinux | Namhyung Kim | 1 | -1/+1 |
| 2014-08-13 | perf annotate: Move session handling out of __cmd_annotate() | Namhyung Kim | 1 | -35/+40 |
| 2014-08-12 | perf tools: Rename ordered_samples bool to ordered_events | Jiri Olsa | 1 | -1/+1 |
| 2014-06-01 | perf hists: Check if accumulated when adding a hist entry | Namhyung Kim | 1 | -1/+2 |
| 2014-06-01 | perf tools: Introduce hists__inc_nr_samples() | Namhyung Kim | 1 | -1/+1 |
| 2014-04-24 | perf tools: Account entry stats when it's added to the output tree | Namhyung Kim | 1 | -2/+1 |
| 2014-01-13 | perf evlist: Introduce evlist__for_each() & friends | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2013-12-27 | perf tools: Introduce zfree | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2013-12-19 | perf hists: Leave symbol addr hist bucket auto alloc to symbol layer | Arnaldo Carvalho de Melo | 1 | -9/+1 |
| 2013-12-09 | perf annotate: Fix typo | Dongsheng Yang | 1 | -1/+1 |
| 2013-11-04 | perf hists: Consolidate __hists__add_*entry() | Namhyung Kim | 1 | -1/+1 |
| 2013-10-23 | perf tools: Show progress on histogram collapsing | Namhyung Kim | 1 | -1/+1 |
| 2013-10-23 | perf tools: Stop using 'self' in some more places | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2013-10-21 | perf session: Separating data file properties from session | Jiri Olsa | 1 | -1/+1 |
| 2013-10-21 | perf tools: Add data object to handle perf data file | Jiri Olsa | 1 | -2/+7 |
| 2013-10-09 | perf tools: Separate out GTK codes to libperf-gtk.so | Namhyung Kim | 1 | -3/+23 |
| 2013-10-04 | tools/perf: Add support for record transaction flags | Andi Kleen | 1 | -1/+1 |
| 2013-09-11 | perf tools: Add attr->mmap2 support | Stephane Eranian | 1 | -0/+1 |
| 2013-08-12 | perf tools: Remove filter parameter of perf_event__preprocess_sample() | Adrian Hunter | 1 | -2/+1 |
| 2013-08-12 | perf annotate: Set the machines symbol filter | Adrian Hunter | 1 | -1/+3 |
| 2013-04-01 | perf tools: Add support for weight v7 (modified) | Andi Kleen | 1 | -1/+1 |
| 2013-03-15 | perf annotate: Add basic support to event group view | Namhyung Kim | 1 | -0/+7 |
| 2013-03-15 | perf annotate: Pass evsel instead of evidx on annotation functions | Namhyung Kim | 1 | -7/+9 |
| 2013-02-14 | perf annotate: Make it to be able to skip unannotatable symbols | Namhyung Kim | 1 | -2/+15 |
| 2013-02-14 | perf gtk/annotate: Support multiple event annotation | Namhyung Kim | 1 | -0/+4 |
| 2013-02-14 | perf ui/gtk: Implement basic GTK2 annotation browser | Namhyung Kim | 1 | -2/+8 |
| 2013-02-06 | perf sort: Make setup_sorting returns an error code | Namhyung Kim | 1 | -1/+2 |
| 2012-11-05 | perf tools: Introduce struct hist_browser_timer | Namhyung Kim | 1 | -1/+1 |
| 2012-10-29 | perf tools: Add a global variable "const char *input_name" | Feng Tang | 1 | -3/+2 |
| 2012-10-24 | perf tools: Try to find cross-built objdump path | Irina Tirdea | 1 | -0/+7 |
| 2012-10-06 | perf annotate: Handle PERF_RECORD_EXIT events | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2012-10-06 | perf event: No need to create a thread when handling PERF_RECORD_EXIT | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2012-09-11 | perf tools: Use __maybe_used for unused variables | Irina Tirdea | 1 | -1/+1 |
| 2012-09-05 | perf tools: Allow user to indicate path to objdump in command line | Maciek Borzecki | 1 | -0/+2 |
| 2012-05-29 | perf tools: Convert critical messages to ui__error() | Namhyung Kim | 1 | -1/+1 |
| 2012-01-08 | perf annotate: Get rid of field_sep check | Namhyung Kim | 1 | -5/+0 |
| 2012-01-08 | perf annotate: Fix usage string | Namhyung Kim | 1 | -1/+1 |
| 2011-12-23 | perf report: Accept fifos as input file | Robert Richter | 1 | -2/+1 |
| 2011-11-28 | perf tools: make -C consistent across commands (for cpu list arg) | David Ahern | 1 | -1/+1 |
| 2011-11-28 | perf tools: Rename perf_event_ops to perf_tool | Arnaldo Carvalho de Melo | 1 | -6/+7 |
| 2011-11-28 | perf tools: Resolve machine earlier and pass it to perf_event_ops | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2011-11-28 | perf tools: Pass tool context in the the perf_event_ops functions | Arnaldo Carvalho de Melo | 1 | -28/+34 |
| 2011-11-28 | perf annotate: Group options in a struct | Arnaldo Carvalho de Melo | 1 | -31/+33 |
| 2011-11-28 | perf symbols: Add nr_events to symbol_conf | Arnaldo Carvalho de Melo | 1 | -14/+8 |
| 2011-10-20 | perf ui browser: Use libslang to read keys | Arnaldo Carvalho de Melo | 1 | -4/+4 |
| 2011-10-07 | perf tools: Make --no-asm-raw the default | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2011-10-07 | perf annotate browser: Allow navigation to called functions | Arnaldo Carvalho de Melo | 1 | -3/+6 |
| 2011-10-07 | perf browsers: Add live mode to the hists, annotate browsers | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2011-09-29 | perf: Support setting the disassembler style | Andi Kleen | 1 | -0/+2 |
| 2011-08-18 | perf annotate: Add --symfs option | Stephane Eranian | 1 | -0/+2 |
| 2011-08-18 | perf annotate: Make output more readable | Stephane Eranian | 1 | -0/+4 |
| 2011-07-05 | perf report/annotate/script: Add option to specify a CPU range | Anton Blanchard | 1 | -0/+15 |
| 2011-05-26 | perf: Remove duplicate headers | Jesper Juhl | 1 | -2/+0 |
| 2011-03-23 | perf session: Pass evsel in event_ops->sample() | Arnaldo Carvalho de Melo | 1 | -14/+4 |
| 2011-03-06 | perf tools: Improve support for sessions with multiple events | Arnaldo Carvalho de Melo | 1 | -19/+61 |
| 2011-02-08 | perf annotate: Move locking to struct annotation | Arnaldo Carvalho de Melo | 1 | -6/+8 |
| 2011-02-05 | perf annotate: Config options for symbol__tty_annotate | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2011-02-05 | perf annotate: Support multiple histograms in annotation | Arnaldo Carvalho de Melo | 1 | -8/+21 |
| 2011-02-05 | perf annotate: Move annotate functions to util/ | Arnaldo Carvalho de Melo | 1 | -244/+11 |
| 2011-01-31 | perf tools: Don't fallback to setup_pager unconditionally | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2011-01-29 | perf tools: Kill event_t typedef, use 'union perf_event' instead | Arnaldo Carvalho de Melo | 1 | -5/+6 |
| 2011-01-29 | perf tools: Rename 'struct sample_data' to 'struct perf_sample' | Arnaldo Carvalho de Melo | 1 | -1/+1 |