aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/tests/code-reading.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-08perf tests: Decompress kernel module before objdumpGravatar Namhyung Kim 1-1/+19
2017-04-24perf tools: Include sys/param.h where neededGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-04-19perf tools: Include errno.h where neededGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hGravatar Arnaldo Carvalho de Melo 1-1/+2
2017-04-19perf tools: Including missing inttypes.h headerGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-02-20perf utils: Check verbose flag properlyGravatar Namhyung Kim 1-1/+1
2016-09-05perf symbols: Remove symbol_filter_t machineryGravatar Arnaldo Carvalho de Melo 1-2/+2
2016-08-02perf tests: objdump output can contain multi byte chunksGravatar Jan Stancek 1-29/+71
2016-04-11perf evsel: Do not use globals in config()Gravatar Arnaldo Carvalho de Melo 1-1/+1
2016-03-23perf tools: Add cpumode to struct perf_sampleGravatar Arnaldo Carvalho de Melo 1-4/+1
2016-02-19perf test: Reduce the sample_freq for the 'object code reading' testGravatar Arnaldo Carvalho de Melo 1-1/+1
2016-02-19perf tests: Use perf_evlist__strerror_open() to provide hints about max_freqGravatar Arnaldo Carvalho de Melo 1-1/+7
2015-12-07perf test: Fix cpus and thread maps reference in error pathGravatar Jiri Olsa 1-0/+7
2015-12-07perf test: Use machine__new_host in mmap thread code reading testGravatar Jiri Olsa 1-5/+2
2015-11-19perf tests: Pass the subtest index to each test routineGravatar Arnaldo Carvalho de Melo 1-1/+1
2015-11-03perf test: Keep test result clean if '-v' not setGravatar Wang Nan 1-4/+4
2015-09-30perf machine: Add method for common kernel_map(FUNCTION) operationGravatar Arnaldo Carvalho de Melo 1-1/+1
2015-09-30perf machine: Use machine__kernel_map() thoroughlyGravatar Arnaldo Carvalho de Melo 1-1/+1
2015-09-14perf tests: Print objdump/dso buffers if they don't matchGravatar Jan Stancek 1-0/+16
2015-09-14perf tests: Stop reading if objdump output crossed sectionsGravatar Jan Stancek 1-1/+6
2015-09-14perf tests: Make objdump disassemble zero blocksGravatar Jan Stancek 1-1/+1
2015-09-14perf tests: Take into account address of each objdump lineGravatar Jan Stancek 1-13/+38
2015-06-25perf tools: Add reference counting for thread_map objectGravatar Jiri Olsa 1-1/+1
2015-06-25perf tools: Add reference counting for cpu_map objectGravatar Jiri Olsa 1-1/+1
2015-06-19perf tools: Configurable per thread proc map processing time outGravatar Kan Liang 1-1/+1
2015-05-08perf machine: Protect the machine->threads with a rwlockGravatar Arnaldo Carvalho de Melo 1-8/+14
2015-04-29perf tools: Add parse_events_error interfaceGravatar Jiri Olsa 1-1/+1
2014-10-29perf tests: Use thread->mg->machineGravatar Arnaldo Carvalho de Melo 1-6/+4
2014-10-29perf tools: A thread's machine can be found via thread->mg->machineGravatar Arnaldo Carvalho de Melo 1-2/+1
2014-05-12perf tools: Use tid for finding threadGravatar Namhyung Kim 1-1/+1
2014-05-01tools: Consolidate types.hGravatar Borislav Petkov 1-2/+1
2014-04-15perf tools: Fix double free in perf test 21 (code-reading.c)Gravatar Adrian Hunter 1-0/+1
2014-01-13perf evlist: Auto unmap on destructorGravatar Arnaldo Carvalho de Melo 1-1/+0
2014-01-13perf evlist: Close fds on destructorGravatar Arnaldo Carvalho de Melo 1-1/+0
2014-01-13perf evlist: Move destruction of maps to evlist destructorGravatar Arnaldo Carvalho de Melo 1-3/+2
2013-12-19perf tools: Rename 'perf_record_opts' to 'record_optsGravatar Arnaldo Carvalho de Melo 1-1/+1
2013-11-12perf tests: Handle throttle events in 'object code reading' testGravatar Adrian Hunter 1-2/+13
2013-11-11perf record: Synthesize non-exec MMAP records when --data usedGravatar Arnaldo Carvalho de Melo 1-1/+1
2013-11-04perf tools: Add time argument on COMM settingGravatar Frederic Weisbecker 1-1/+1
2013-10-28perf tools: Fixup mmap event consumptionGravatar Zhouyi Zhou 1-0/+1
2013-08-29perf tools: change machine__findnew_thread() to set thread pidGravatar Adrian Hunter 1-2/+2
2013-08-14perf tests: Fix compile failure on do_sort_somethingGravatar David Ahern 1-6/+5
2013-08-12perf tools: Remove filter parameter of thread__find_addr_map()Gravatar Adrian Hunter 1-1/+1
2013-08-07perf tests: Add kcore to the object code reading testGravatar Adrian Hunter 1-18/+82
2013-08-07perf symbols: Load kernel maps before usingGravatar Adrian Hunter 1-1/+1
2013-08-07perf tests: Add test for reading object codeGravatar Adrian Hunter 1-0/+509