| Commit message (Expand) | Author | Age |
* | libperf: Add perf_evlist__first()/last() functions | Jiri Olsa | 2019-09-25 |
* | perf symbols: Move mem_info and branch_info out of symbol.h | Arnaldo Carvalho de Melo | 2019-08-31 |
* | perf auxtrace: Uninline functions that touch perf_session | Arnaldo Carvalho de Melo | 2019-08-31 |
* | perf dsos: Move the dsos struct and its methods to separate source files | Arnaldo Carvalho de Melo | 2019-08-31 |
* | libtraceevent, perf tools: Changes in tep_print_event_* APIs | Tzvetomir Stoyanov | 2019-08-31 |
* | perf debug: Remove needless include directives from debug.h | Arnaldo Carvalho de Melo | 2019-08-31 |
* | perf tools: Remove debug.h from header files not needing it | Arnaldo Carvalho de Melo | 2019-08-29 |
* | perf report: Use timestamp__scnprintf_nsec() for time sort key | Andi Kleen | 2019-08-26 |
* | perf srcline: Add missing srcline.h header to files needing its defs | Arnaldo Carvalho de Melo | 2019-08-26 |
* | perf cacheline: Move cacheline related routines to separate files | Arnaldo Carvalho de Melo | 2019-08-26 |
* | libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel | Jiri Olsa | 2019-07-29 |
* | libperf: Add nr_entries to struct perf_evlist | Jiri Olsa | 2019-07-29 |
* | perf evlist: Rename struct perf_evlist to struct evlist | Jiri Olsa | 2019-07-29 |
* | perf evsel: Rename struct perf_evsel to struct evsel | Jiri Olsa | 2019-07-29 |
* | perf report: Show all sort keys in help output | Andi Kleen | 2019-03-19 |
* | perf report: Support time sort key | Andi Kleen | 2019-03-11 |
* | perf report: Don't shadow inlined symbol with different addr range | He Kuang | 2019-02-19 |
* | perf report: Move symbol annotation to the resort phase | Jiri Olsa | 2019-02-06 |
* | pref tools: Add missing map.h includes | Arnaldo Carvalho de Melo | 2019-02-06 |
* | perf tools: Fix diverse comment typos | Ingo Molnar | 2018-12-17 |
* | perf report: Display average IPC and IPC coverage per symbol | Jin Yao | 2018-12-17 |
* | tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format... | Tzvetomir Stoyanov (VMware) | 2018-09-19 |
* | tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_... | Tzvetomir Stoyanov (VMware) | 2018-09-19 |
* | tools lib traceevent, perf tools: Rename pevent_read_number_* APIs | Tzvetomir Stoyanov (VMware) | 2018-08-13 |
* | tools lib traceevent, perf tools: Rename pevent print APIs | Tzvetomir Stoyanov (VMware) | 2018-08-13 |
* | tools lib traceevent, perf tools: Rename pevent find APIs | Tzvetomir Stoyanov (VMware) | 2018-08-13 |
* | tools lib traceevent, perf tools: Rename pevent alloc / free APIs | Tzvetomir Stoyanov (VMware) | 2018-08-13 |
* | tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct te... | Tzvetomir Stoyanov (VMware) | 2018-08-13 |
* | perf srcline: Make hist_entry srcline helper consistent with map's | Arnaldo Carvalho de Melo | 2018-06-04 |
* | perf sort: Introduce addr_map_symbol__srcline() to make code more compact | Arnaldo Carvalho de Melo | 2018-06-04 |
* | perf srcline: Introduce map__srcline() to make code more compact | Arnaldo Carvalho de Melo | 2018-06-04 |
* | perf tools: Read the cache line size lazily | Arnaldo Carvalho de Melo | 2018-05-17 |
* | perf symbols: No need to special case MAP__FUNCTION in fixup | Arnaldo Carvalho de Melo | 2018-04-26 |
* | perf sort: Use mmap->prot on "dcacheline" formatting | Arnaldo Carvalho de Melo | 2018-04-26 |
* | perf tools: Add a "dso_size" sort order | Kim Phillips | 2018-04-02 |
* | perf tools: Fix comment for sort__* compare functions | Jiri Olsa | 2018-02-16 |
* | perf tools: Use ui__error() for reporting --fields errors | Arnaldo Carvalho de Melo | 2018-01-18 |
* | perf report: Fix a wrong offset issue when using /proc/kcore | Jin Yao | 2018-01-08 |
* | Merge branch 'linus' into perf/core, to fix conflicts | Ingo Molnar | 2017-11-07 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 |
* | | perf report: Compare symbol name for inlined frames when sorting | Milian Wolff | 2017-10-24 |
* | | perf callchain: Mark inlined frames in output by " (inlined)" suffix | Milian Wolff | 2017-10-24 |
|/ |
|
* | perf sort: Add sort option for physical address | Kan Liang | 2017-09-01 |
* | perf sort: Use default sort if evlist is empty | David Carrillo-Cisneros | 2017-07-26 |
* | perf tools: Replace error() with pr_err() | Arnaldo Carvalho de Melo | 2017-06-27 |
* | perf tools: Use just forward declarations for struct thread where possible | Arnaldo Carvalho de Melo | 2017-04-24 |
* | perf tools: Remove regex.h and fnmatch.h from util.h | Arnaldo Carvalho de Melo | 2017-04-19 |
* | perf str{filter,list}: Disentangle headers | Arnaldo Carvalho de Melo | 2017-04-19 |
* | perf tools: Include errno.h where needed | Arnaldo Carvalho de Melo | 2017-04-19 |
* | perf tools: Including missing inttypes.h header | Arnaldo Carvalho de Melo | 2017-04-19 |