Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0e68f92f24a009e8948ccb75cf96b40509dc13a2
/
tools
/
perf
/
util
4a35a90
Revert "perf pmu: Fix pmu events parsing rule"
by Arnaldo Carvalho de Melo
· 7 years ago
80ee8c5
perf stat: Fix duplicate PMU name for interval print
by Kan Liang
· 7 years ago
121f325
perf evsel: Only fall back group read for leader
by Kan Liang
· 7 years ago
292c34c
perf pmu: Fix core PMU alias list for X86 platform
by Kan Liang
· 7 years ago
e9add8b
perf evsel: Disable write_backward for leader sampling group events
by Jiri Olsa
· 7 years ago
9a4a931
perf pmu: Fix pmu events parsing rule
by Jiri Olsa
· 7 years ago
129193b
perf stat: Keep the / modifier separator in fallback
by Jiri Olsa
· 7 years ago
ce04abf
perf list: Remove s390 specific strcmp_cpuid_cmp function
by Thomas Richter
· 7 years ago
ee05d2179
perf machine: Set main kernel end address properly
by Namhyung Kim
· 7 years ago
8a9fd83
coresight: Move to SPDX identifier
by Mathieu Poirier
· 7 years ago
ccbb6af
perf record: Remove suggestion to enable APIC
by Andi Kleen
· 7 years ago
ec39484
perf record: Remove misleading error suggestion
by Andi Kleen
· 7 years ago
038586c
perf list: Add s390 support for detailed/verbose PMU event description
by Thomas Richter
· 7 years ago
b3f35b5
perf report: Extend raw dump (-D) out with switch out event type
by Alexey Budankov
· 7 years ago
43c4023
perf annotate: Allow setting the offset level in .perfconfig
by Arnaldo Carvalho de Melo
· 7 years ago
7b36614
perf report: Fix switching to another perf.data file
by Arnaldo Carvalho de Melo
· 7 years ago
4f75f1c
perf record: Change warning for missing sysfs entry to debug
by Thomas Richter
· 7 years ago
22e9af4
perf tools: Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORT
by Jin Yao
· 7 years ago
90ce61b
perf script: Use HAVE_LIBXXX_SUPPORT to replace NO_LIBXXX
by Jin Yao
· 7 years ago
592c10e
perf annotate: Allow showing offsets in more than just jump targets
by Arnaldo Carvalho de Melo
· 7 years ago
fcbd8fa
perf tests clang: Fix function name for clang IR test
by Sandipan Das
· 7 years ago
7854e49
perf clang: Add support for recent clang versions
by Sandipan Das
· 7 years ago
ad0902e
perf tools: No need to include namespaces.h in util.h
by Arnaldo Carvalho de Melo
· 7 years ago
b238db6
perf auxtrace: Make auxtrace_queues__add_buffer() do CPU filtering
by Adrian Hunter
· 7 years ago
41a43da
perf report: Remove duplicated 'samples' in lost samples warning
by Arnaldo Carvalho de Melo
· 7 years ago
c0459a0
perf annotate: Show group details on the title line
by Arnaldo Carvalho de Melo
· 7 years ago
0d75f12
perf auxtrace: Make auxtrace_queues__add_buffer() allocate struct buffer
by Adrian Hunter
· 7 years ago
520d3f0
perf annotate stdio2: Print more descriptive event information header
by Arnaldo Carvalho de Melo
· 7 years ago
b213eac
perf annotate: Introduce annotation__scnprintf_samples_period() method
by Arnaldo Carvalho de Melo
· 7 years ago
25c312d
perf hists: Move hists__scnprintf_title() away from the TUI code
by Arnaldo Carvalho de Melo
· 7 years ago
967a464
perf hists: Introduce hists__scnprint_title()
by Arnaldo Carvalho de Melo
· 7 years ago
a36ebe4
perf config: Rename to HAVE_DWARF_GETLOCATIONS_SUPPORT
by Jin Yao
· 7 years ago
b74d12d
perf tools: Add a "dso_size" sort order
by Kim Phillips
· 7 years ago
895e3b0
perf mmap: Be consistent when checking for an unmaped ring buffer
by Arnaldo Carvalho de Melo
· 7 years ago
f58385f
perf mmap: Fix accessing unmapped mmap in perf_mmap__read_done()
by Kan Liang
· 7 years ago
980b68e
perf annotate: Use absolute addresses to calculate jump target offsets
by Arnaldo Carvalho de Melo
· 7 years ago
c448234
perf annotate: Defer searching for comma in raw line till it is needed
by Arnaldo Carvalho de Melo
· 7 years ago
e4cc91b
perf annotate: Support jumping from one function to another
by Arnaldo Carvalho de Melo
· 7 years ago
2eff061
perf annotate: Add "_local" to jump/offset validation routines
by Arnaldo Carvalho de Melo
· 7 years ago
83428f2
perf python: Reference Py_None before returning it
by Petr Machata
· 7 years ago
751b178
perf annotate: Mark jumps to outher functions with the call arrow
by Arnaldo Carvalho de Melo
· 7 years ago
85a84e4
perf annotate: Pass function descriptor to its instruction parsing routines
by Arnaldo Carvalho de Melo
· 7 years ago
425859f
perf annotate: No need to calculate notes->start twice
by Arnaldo Carvalho de Melo
· 7 years ago
d9bd766
perf annotate browser: Add 'P' hotkey to dump annotation to file
by Arnaldo Carvalho de Melo
· 7 years ago
864298f2
perf annotate: Add function header to --stdio2
by Arnaldo Carvalho de Melo
· 7 years ago
3563289
perf annotate: Use the default annotation options for --stdio2
by Arnaldo Carvalho de Melo
· 7 years ago
7f0b6fd
perf annotate: Move the default annotate options to the library
by Arnaldo Carvalho de Melo
· 7 years ago
befd2a3
perf annotate: Introduce the --stdio2 output mode
by Arnaldo Carvalho de Melo
· 7 years ago
9b80d1f
perf annotate: Introduce annotation_line__filter()
by Arnaldo Carvalho de Melo
· 7 years ago
c298304
perf annotate: Use a ops table for annotation_line__write()
by Arnaldo Carvalho de Melo
· 7 years ago
a1e9b74
perf annotate: Finish the generalization of annotate_browser__write()
by Arnaldo Carvalho de Melo
· 7 years ago
2ba5eca
perf annotate: Introduce annotation_line__print_start() out of TUI code
by Arnaldo Carvalho de Melo
· 7 years ago
2f025ea
perf annotate: Introduce annotation_line__max_percent()
by Arnaldo Carvalho de Melo
· 7 years ago
ecda45b
perf annotate: Introduce symbol__annotate2 method
by Arnaldo Carvalho de Melo
· 7 years ago
b8b0d81
perf annotate: Introduce init_column_widths() method out of TUI code
by Arnaldo Carvalho de Melo
· 7 years ago
7232bf7
perf annotate: Move update_column_widths() to the generic lib
by Arnaldo Carvalho de Melo
· 7 years ago
9761e86
perf annotate: Move the column widths from the TUI to generic lib
by Arnaldo Carvalho de Melo
· 7 years ago
5bc49f6
perf annotate: Introduce set_offsets() method out of TUI code
by Arnaldo Carvalho de Melo
· 7 years ago
1cf5f98
perf annotate: Move nr_{asm_}entries to struct annotation
by Arnaldo Carvalho de Melo
· 7 years ago
0ca693b
perf annotate: Move 'start' to struct annotation
by Arnaldo Carvalho de Melo
· 7 years ago
4850c92
perf annotate: Nuke struct browser_line
by Arnaldo Carvalho de Melo
· 7 years ago
0db45bc
perf annotate: Move mark_jump_targets from the TUI to the annotation library
by Arnaldo Carvalho de Melo
· 7 years ago
6dcd57e
perf annotate: Move nr_jumps to struct annotation
by Arnaldo Carvalho de Melo
· 7 years ago
bc1c0f3
perf annotate: Move max_jump_sources to struct annotation
by Arnaldo Carvalho de Melo
· 7 years ago
6af612d
perf annotate: Move pcnt_with() to the annotation library
by Arnaldo Carvalho de Melo
· 7 years ago
16932d7
perf annotate: Stop using a global config struct
by Arnaldo Carvalho de Melo
· 7 years ago
0553e83
perf annotate: Move nr_events from annotate_browser to annotation struct
by Arnaldo Carvalho de Melo
· 7 years ago
f56c083
perf annotate: Move compute_ipc() to annotation library
by Arnaldo Carvalho de Melo
· 7 years ago
9d6bb41
perf annotate: Move annotation_line array from TUI to generic code
by Arnaldo Carvalho de Melo
· 7 years ago
0e83a7e
perf annotate tui: Move have_cycles to struct annotation
by Arnaldo Carvalho de Melo
· 7 years ago
c426e58
perf annotate: Move cycles/IPC formatting width constants outside TUI
by Arnaldo Carvalho de Melo
· 7 years ago
98bc80b
perf annotate: Move annotation_options out of the TUI browser
by Arnaldo Carvalho de Melo
· 7 years ago
555fc3b
perf unwind: Report error from dwfl_attach_state
by Martin Vuille
· 7 years ago
d046179
perf probe: Use right type to access array elements
by Masami Hiramatsu
· 7 years ago
4c9cb2c
perf annotate: Use ops->target.name when available for unresolved call targets
by Arnaldo Carvalho de Melo
· 7 years ago
b7a313d
perf tools: Fix python extension build for gcc 8
by Jiri Olsa
· 7 years ago
77f1815
perf tools: Fix snprint warnings for gcc 8
by Jiri Olsa
· 7 years ago
a08f6dd
perf debug: Avoid setting 'quiet' to 'true' unnecessarily
by Yisheng Xie
· 7 years ago
699db11
perf mmap: Discard head in overwrite_rb_find_range()
by Yisheng Xie
· 7 years ago
57b5de4
perf report: Support forced leader feature in pipe mode
by Jiri Olsa
· 7 years ago
6810158
perf annotate: Use asprintf when formatting objdump command line
by Arnaldo Carvalho de Melo
· 7 years ago
c192524
perf machine: Fix mmap name setup
by Jiri Olsa
· 7 years ago
26e4711
perf stat: Make function perf_stat_evsel_id_init static
by Thomas Richter
· 7 years ago
5eab5a7
perf llvm: Display eBPF compiling command in debug output
by Jiri Olsa
· 7 years ago
3d20c62
perf unwind: Unwind with libdw doesn't take symfs into account
by Martin Vuille
· 7 years ago
4acf614
perf tools: Add mem2node object
by Jiri Olsa
· 7 years ago
e725920
perf env: Free memory nodes data
by Jiri Olsa
· 7 years ago
e2091ce
perf tools: Add MEM_TOPOLOGY feature to perf data file
by Jiri Olsa
· 7 years ago
9f87498
perf tools: Add refcnt into struct mem_info
by Jiri Olsa
· 7 years ago
e971a5a
perf report: Display perf.data header info
by Jiri Olsa
· 7 years ago
8ef278b
perf report: Fix the output for stdio events list
by Jiri Olsa
· 7 years ago
0b58a77
perf annotate: Fix s390 target function disassembly
by Thomas Richter
· 7 years ago
599a5be
perf intel-pt: Adjust overlap-checking to support sampling mode
by Adrian Hunter
· 7 years ago
13f89db
perf intel-pt: Remove a check for sampling mode
by Adrian Hunter
· 7 years ago
9c66506
perf intel-pt: Tidy old_buffer handling in intel_pt_get_trace()
by Adrian Hunter
· 7 years ago
1c071c8
perf intel-pt: Get rid of intel_pt_use_buffer_pid_tid()
by Adrian Hunter
· 7 years ago
91d29b2
perf intel-pt: Fix timestamp following overflow
by Adrian Hunter
· 7 years ago
1c196a6
perf intel-pt: Fix error recovery from missing TIP packet
by Adrian Hunter
· 7 years ago
63d8e38
perf intel-pt: Fix sync_switch
by Adrian Hunter
· 7 years ago
117db4b
perf intel-pt: Fix overlap detection to identify consecutive buffers correctly
by Adrian Hunter
· 7 years ago
Next »