index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-14
perf symbols: Filter out hidden symbols from labels
Jiri Olsa
1
-1
/
+8
2019-03-14
perf tools: Handle TOPOLOGY headers with no CPU
Stephane Eranian
1
-2
/
+9
2019-02-20
perf report: Fix wrong iteration count in --branch-history
Jin Yao
3
-13
/
+22
2019-02-12
perf python: Do not force closing original perf descriptor in evlist.get_poll...
Jiri Olsa
1
-1
/
+2
2019-02-12
perf tools: Cast off_t to s64 to avoid warning on bionic libc
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-02-12
perf header: Fix up argument to ctime()
Arnaldo Carvalho de Melo
1
-1
/
+3
2019-02-12
perf probe: Fix unchecked usage of strncpy()
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-02-12
perf header: Fix unchecked usage of strncpy()
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-02-12
perf dso: Fix unchecked usage of strncpy()
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-01-26
perf tools: Add missing sigqueue() prototype for systems lacking it
Arnaldo Carvalho de Melo
1
-0
/
+4
2019-01-26
perf cs-etm: Correct packets swapping in cs_etm__flush()
Leo Yan
1
-1
/
+1
2019-01-26
perf parse-events: Fix unchecked usage of strncpy()
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-01-26
perf svghelper: Fix unchecked usage of strncpy()
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-01-09
perf env: Also consider env->arch == NULL as local operation
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-01-09
perf pmu: Suppress potential format-truncation warning
Ben Hutchings
1
-4
/
+4
2019-01-09
perf script: Use fallbacks for branch stacks
Adrian Hunter
1
-8
/
+8
2019-01-09
perf tools: Use fallback for sample_addr_correlates_sym() cases
Adrian Hunter
1
-1
/
+1
2019-01-09
perf thread: Add fallback functions for cases where cpumode is insufficient
Adrian Hunter
4
-0
/
+60
2019-01-09
perf machine: Record if a arch has a single user/kernel address space
Adrian Hunter
2
-0
/
+5
2018-12-17
perf tools: Restore proper cwd on return from mnt namespace
Jiri Olsa
2
-2
/
+16
2018-12-17
perf tools: Fix crash on synthesizing the unit
Jiri Olsa
1
-1
/
+1
2018-11-27
perf tools: Do not zero sample_id_all for group members
Jiri Olsa
1
-1
/
+0
2018-11-27
perf symbols: Set PLT entry/header sizes properly on Sparc
David Miller
1
-1
/
+11
2018-11-27
perf unwind: Take pgoff into account when reporting elf to libdwfl
Milian Wolff
1
-2
/
+2
2018-11-21
perf intel-pt: Insert callchain context into synthesized callchains
Adrian Hunter
3
-12
/
+40
2018-11-21
perf intel-pt/bts: Calculate cpumode for synthesized samples
Adrian Hunter
2
-14
/
+25
2018-11-21
perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}
David S. Miller
1
-1
/
+34
2018-11-21
perf stat: Handle different PMU names with common prefix
Thomas Richter
1
-1
/
+1
2018-11-21
perf cs-etm: Correct CPU mode for samples
Leo Yan
1
-9
/
+30
2018-11-13
perf strbuf: Match va_{add,copy} with va_end
Sanskriti Sharma
1
-2
/
+8
2018-11-13
perf tools: Free 'printk' string in parse_ftrace_printk()
Sanskriti Sharma
1
-0
/
+1
2018-11-13
perf tools: Cleanup trace-event-info 'tdata' leak
Sanskriti Sharma
1
-0
/
+2
2018-11-13
perf tools: Free temporary 'sys' string in read_event_files()
Sanskriti Sharma
1
-1
/
+4
2018-10-17
perf tools: Stop fallbacking to kallsyms for vdso symbols lookup
Arnaldo Carvalho de Melo
1
-19
/
+2
2018-10-16
perf report: Don't crash on invalid inline debug information
Milian Wolff
1
-0
/
+3
2018-10-16
perf cpu_map: Align cpu map synthesized events properly.
David Miller
1
-0
/
+1
2018-10-16
perf evsel: Store ids for events with their own cpus perf_event__synthesize_e...
Jiri Olsa
1
-0
/
+3
2018-10-09
Revert "perf tools: Fix PMU term format max value calculation"
Jiri Olsa
1
-6
/
+7
2018-10-05
perf record: Use unmapped IP for inline callchain cursors
Milian Wolff
1
-1
/
+2
2018-10-05
perf python: Use -Wno-redundant-decls to build with PYTHON=python3
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-09-27
perf report: Don't try to map ip to invalid map
Milian Wolff
1
-2
/
+3
2018-09-11
perf tools: Fix maps__find_symbol_by_name()
Adrian Hunter
1
-0
/
+11
2018-08-30
perf annotate: Fix parsing aarch64 branch instructions after objdump update
Kim Phillips
2
-1
/
+22
2018-08-30
perf event-parse: Use fixed size string for comms
Chris Phlipot
1
-4
/
+3
2018-08-30
perf util: Fix bad memory access in trace info.
Chris Phlipot
1
-1
/
+1
2018-08-30
perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()
Hisao Tanabe
1
-2
/
+3
2018-08-30
perf annotate: Properly interpret indirect call
Martin Liška
1
-2
/
+8
2018-08-20
perf python: Fix pyrf_evlist__read_on_cpu() interface
Jiri Olsa
1
-1
/
+19
2018-08-20
perf mmap: Store real cpu number in 'struct perf_mmap'
Jiri Olsa
3
-3
/
+5
2018-08-20
perf tools: Remove ext from struct kmod_path
Jiri Olsa
2
-14
/
+4
[next]