index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
tests
/
code-reading.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf auxtrace: Uninline functions that touch perf_session
Arnaldo Carvalho de Melo
2019-08-31
1
-0
/
+6
*
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
2019-08-31
1
-0
/
+1
*
perf tools: Remove debug.h from header files not needing it
Arnaldo Carvalho de Melo
2019-08-29
1
-0
/
+1
*
perf record: Move record_opts and other record decls out of perf.h
Arnaldo Carvalho de Melo
2019-08-26
1
-0
/
+1
*
libperf: Add perf_evlist__set_maps() function
Jiri Olsa
2019-07-29
1
-2
/
+3
*
libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
Jiri Olsa
2019-07-29
1
-2
/
+3
*
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
2019-07-29
1
-3
/
+3
*
libperf: Add perf_thread_map__get()/perf_thread_map__put()
Jiri Olsa
2019-07-29
1
-2
/
+2
*
libperf: Add perf_cpu_map__get()/perf_cpu_map__put()
Jiri Olsa
2019-07-29
1
-2
/
+2
*
perf evlist: Rename perf_evlist__disable() to evlist__disable()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf evlist: Rename perf_evlist__enable() to evlist__enable()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf evlist: Rename perf_evlist__open() to evlist__open()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf evlist: Rename perf_evlist__delete() to evlist__delete()
Jiri Olsa
2019-07-29
1
-2
/
+2
*
perf evlist: Rename perf_evlist__new() to evlist__new()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
2019-07-29
1
-4
/
+4
*
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf tools: Rename struct thread_map to struct perf_thread_map
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
2019-07-29
1
-1
/
+1
*
tools perf: Move from sane_ctype.h obtained from git to the Linux's original
Arnaldo Carvalho de Melo
2019-06-25
1
-1
/
+1
*
perf tools: Add missing include for symbols.h
Arnaldo Carvalho de Melo
2019-02-06
1
-0
/
+1
*
pref tools: Add missing map.h includes
Arnaldo Carvalho de Melo
2019-02-06
1
-0
/
+1
*
perf tools: Allow specifying proc-map-timeout in config file
Mark Drayton
2018-12-17
1
-1
/
+1
*
perf tools: Get rid of dso__needs_decompress() call in read_object_code()
Jiri Olsa
2018-08-20
1
-1
/
+3
*
perf test code-reading: Fix perf_env setup for PTI entry trampolines
Adrian Hunter
2018-06-06
1
-0
/
+1
*
perf thread: Make thread__find_map() return the map
Arnaldo Carvalho de Melo
2018-04-26
1
-2
/
+1
*
perf thread: Introduce thread__find_map()
Arnaldo Carvalho de Melo
2018-04-26
1
-2
/
+2
*
perf mmap: Simplify perf_mmap__read_init()
Kan Liang
2018-03-08
1
-2
/
+1
*
perf mmap: Simplify perf_mmap__read_event()
Kan Liang
2018-03-08
1
-1
/
+1
*
perf mmap: Simplify perf_mmap__consume()
Kan Liang
2018-03-08
1
-1
/
+1
*
perf test: Switch to new perf_mmap__read_event() interface for 'code reading'...
Kan Liang
2018-03-05
1
-2
/
+9
*
perf test: Fix test case 23 for s390 z/VM or KVM guests
Thomas Richter
2018-02-16
1
-4
/
+29
*
perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap
Wang Nan
2017-12-05
1
-1
/
+1
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
perf test powerpc: Fix 'Object code reading' test
Ravi Bangoria
2017-09-01
1
-0
/
+5
*
perf test: Add 'struct test *' to the test functions
Arnaldo Carvalho de Melo
2017-08-11
1
-1
/
+1
*
perf tests: Decompress kernel module before objdump
Namhyung Kim
2017-06-08
1
-1
/
+19
*
perf tools: Include sys/param.h where needed
Arnaldo Carvalho de Melo
2017-04-24
1
-0
/
+1
*
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
Arnaldo Carvalho de Melo
2017-04-19
1
-1
/
+2
*
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf utils: Check verbose flag properly
Namhyung Kim
2017-02-20
1
-1
/
+1
*
perf symbols: Remove symbol_filter_t machinery
Arnaldo Carvalho de Melo
2016-09-05
1
-2
/
+2
*
perf tests: objdump output can contain multi byte chunks
Jan Stancek
2016-08-02
1
-29
/
+71
*
perf evsel: Do not use globals in config()
Arnaldo Carvalho de Melo
2016-04-11
1
-1
/
+1
*
perf tools: Add cpumode to struct perf_sample
Arnaldo Carvalho de Melo
2016-03-23
1
-4
/
+1
*
perf test: Reduce the sample_freq for the 'object code reading' test
Arnaldo Carvalho de Melo
2016-02-19
1
-1
/
+1
*
perf tests: Use perf_evlist__strerror_open() to provide hints about max_freq
Arnaldo Carvalho de Melo
2016-02-19
1
-1
/
+7
*
perf test: Fix cpus and thread maps reference in error path
Jiri Olsa
2015-12-07
1
-0
/
+7
*
perf test: Use machine__new_host in mmap thread code reading test
Jiri Olsa
2015-12-07
1
-5
/
+2
[next]