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